project init

This commit is contained in:
limqhz
2022-11-11 21:51:57 +08:00
parent e9e20765f2
commit 82dbb842ba
68 changed files with 2771 additions and 43 deletions

4
app.js
View File

@@ -1,4 +1,5 @@
// app.js
import api from './utils/api.js';
App({
onLaunch() {
// 展示本地存储能力
@@ -15,5 +16,6 @@ App({
},
globalData: {
userInfo: null
}
},
$api: api,
})