From ca3858d8ba35fe40f106b9f6f2a668277094be27 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Thu, 22 May 2025 14:01:29 +0800 Subject: [PATCH] 1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 94d308a..b5087a5 100644 --- a/app.js +++ b/app.js @@ -38,7 +38,7 @@ App({ // 获取前端配置文件 commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest189? true : false; + data.isTest = data.isTest190? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 在首页调用