|
|
@ -38,7 +38,7 @@ App({ |
|
|
// 获取前端配置文件
|
|
|
// 获取前端配置文件
|
|
|
commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => { |
|
|
commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => { |
|
|
let data = JSON.parse(res.data); |
|
|
let data = JSON.parse(res.data); |
|
|
data.isTest = data.isTest126? true : false; |
|
|
data.isTest = data.isTest127? true : false; |
|
|
data.indexSeason = null |
|
|
data.indexSeason = null |
|
|
this.globalData.configJson = data |
|
|
this.globalData.configJson = data |
|
|
}).then(() => { |
|
|
}).then(() => { |
|
|
|