From e6b9250e96f0c4994b307e3d9db0875461ed21d0 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Mon, 17 Feb 2025 09:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 6cc941c..ee846ce 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.isTest165? true : false; + data.isTest = data.isTest170? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件