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