From 49ff0393b16e55c13ba5fb47a391e7c4ebd2f221 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Wed, 30 Apr 2025 14:25:20 +0800 Subject: [PATCH] 1 --- app.js | 2 +- pages/index/index.js | 2 +- project.private.config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 4621690..cc9c5ec 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.isTest186? true : false; + data.isTest = data.isTest187? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/index/index.js b/pages/index/index.js index 7d8c8f1..9d9cb7c 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -110,7 +110,7 @@ Page({ bg: 'linear-gradient(172deg, #A49CE9, #353A68);', icon:'https://static.ticket.sz-trip.com/uploads/20250429/8c023b9c626d3821b64d105ae6e65f2d.png', //非玩不可 景点产品 // path:'/pages/list/night/index', - url:'http://m.cloud.sz-trip.com/nightTour2025', + url:'https://m.cloud.sz-trip.com/nightTour2025', path: '', list: [], diff --git a/project.private.config.json b/project.private.config.json index 807c999..cbcdfce 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,7 +1,7 @@ { "setting": { "compileHotReLoad": true, - "urlCheck": false + "urlCheck": true }, "condition": { "miniprogram": {