From 7bfec33aa8d7a953173ebce4faca77f790c42c84 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Wed, 16 Oct 2024 13:13:48 +0800 Subject: [PATCH] =?UTF-8?q?isTest=20=E4=BF=AE=E6=94=B9?= 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 8daa8ad..2d8e4ba 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.isTest148? true : false; + data.isTest = data.isTest149? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件