纸通宝SAAS仓库
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.
 

14 lines
347 B

//app.js
App({
release: 2, // 0: 开发版本;1:测试版本;2:生产版本
tmplIds: [''],
version: 152,
xAppId: '503258978847953926',
userInfo: null,
//----------------------------------------------globalData--------------------------------------
globalData: {
token: null,
keyboardHeight: 0,
isIos: false
}
})