From 0646aa95ddbe629fe22f21defe5821312fcdbe6a Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Mon, 29 Apr 2024 16:37:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=AE=A1=E6=A0=B8?= 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 3c1f567..65da1a0 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.isTest112? true : false; + data.isTest = data.isTest113? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件