From 3b5ee7c0967d087e54c4529c0ae84decc24755f3 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Mon, 18 Aug 2025 11:28:10 +0800 Subject: [PATCH] 1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 2bb51bc..aecfde0 100644 --- a/app.js +++ b/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.isTest111? true : false; + data.isTest = data.isTest112? true : false; data.indexSeason = null this.globalData.configJson = data }).then(() => {