Browse Source

版本号修改

master
nige 3 years ago
parent
commit
17f498baaf
  1. 2
      app.js

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest78? true : false;
data.isTest = data.isTest79? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件

Loading…
Cancel
Save