From 2ad4ee047dc4768bb81e18b9ede0baf476f34464 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Mon, 15 Sep 2025 09:17:05 +0800 Subject: [PATCH] 1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 4773a83..9035caf 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.isTest133? true : false; + data.isTest = data.isTest134? true : false; data.indexSeason = null this.globalData.configJson = data }).then(() => {