jiazhipeng 11 months ago
parent
commit
ca3858d8ba
  1. 2
      app.js

2
app.js

@ -38,7 +38,7 @@ App({
// 获取前端配置文件
commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest189? true : false;
data.isTest = data.isTest190? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件 在首页调用

Loading…
Cancel
Save