Files
ClassContent/项目合集/校园失物招领/min-tpl/app.js
2024-09-27 02:06:13 +08:00

14 lines
144 B
JavaScript

import http from "./service/index";
import util from "./utils/index";
App({
onLaunch() {
},
globalData: {
...http,
util
}
})