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.
17 lines
397 B
17 lines
397 B
//app.js
|
|
App({
|
|
evn: 0, // 0: 开发版本;1:测试版本;2:生产版本
|
|
tmplIds: [''],
|
|
version: 152,
|
|
xAppId: '503258978847953926',
|
|
userInfo: null,
|
|
//----------------------------------------------globalData--------------------------------------
|
|
globalData: {
|
|
token: null,
|
|
agenting: 1,
|
|
keyboardHeight: 0,
|
|
isIos: false,
|
|
msgIdList: [],
|
|
msgNumber: 0
|
|
}
|
|
})
|