dashboard
repositories
filestore
activity
search
login
main
/
chemicalWxApp
危化品微信小程序
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Initial Commit
马宇豪
2025-05-14
c533e456515a9af7fc4bca098f7cf48b9a660e21
[chemicalWxApp.git]
/
app.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require('./common/runtime.js')
require('./common/vendor.js')
require('./common/main.js')
App({
onLaunch(){
wx.cloud.init({
env: 'cloud1-9g905tsvba3b74cb',
traceUser: true
})
},
globalData: {
userInfo: null
}
})