Initial commit
This commit is contained in:
11
wechat-mini-program/app.js
Normal file
11
wechat-mini-program/app.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const env = require('./config/env')
|
||||
|
||||
App({
|
||||
onLaunch() {
|
||||
console.log('App Launch')
|
||||
},
|
||||
globalData: {
|
||||
userInfo: null,
|
||||
baseUrl: env.baseUrl
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user