From 6e449bf9181a39e5c2e4b886cdb63d7a415583e9 Mon Sep 17 00:00:00 2001 From: nige Date: Mon, 27 Feb 2023 08:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= 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 3214fff..1933352 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.isTest57? true : false; + data.isTest = data.isTest58? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件