You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
502 B
16 lines
502 B
//app.js
|
|
App({
|
|
//----------------------------------------------globalData--------------------------------------
|
|
evn: 0,//0:开发环境,1:测试环境,2:生产环境
|
|
tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'],
|
|
agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'],
|
|
version: 152,
|
|
xAppId: '470236309865238528',
|
|
globalData: {
|
|
userInfo: null,
|
|
openId: null,
|
|
token: null,
|
|
isIos: false,
|
|
kg: 0
|
|
}
|
|
})
|