From 5a6fcd9fea84b0c759017c72201aa3a0326efaab Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Fri, 21 Feb 2025 09:17:08 +0800 Subject: [PATCH] 1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index ee846ce..06fae80 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest170? true : false; + data.isTest = data.isTest171? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件