From 430c253ffa19bc5beba1ea8476cb75efbeb925c4 Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Wed, 27 Mar 2024 10:16:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=AE=A1?= 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 7e06a32..f3c5d9f 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.isTest105? true : false; + data.isTest = data.isTest106? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件