From 40deba6d4fe92194941f23a8437e3784ee707d8f Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 26 Dec 2024 18:51:58 +0800 Subject: [PATCH] no message --- component/indexSidebar/indexSidebar.js | 4 ++-- project.private.config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/component/indexSidebar/indexSidebar.js b/component/indexSidebar/indexSidebar.js index b7d225d..3887588 100644 --- a/component/indexSidebar/indexSidebar.js +++ b/component/indexSidebar/indexSidebar.js @@ -126,7 +126,7 @@ Component({ if (type == 'offer') { wx.navigateToMiniProgram({ appId: "wxa9296b07391c2bc7", - page: "/pages/victoryList/victoryList" + path: "/pages/victoryList/victoryList" }) util.statistics({ @@ -138,7 +138,7 @@ Component({ if (type == 'gx') { wx.navigateToMiniProgram({ appId: "wxcf0a799771cf2ae6", - page: "/pages/index/index" + path: "/pages/index/index" }) util.statistics({ diff --git a/project.private.config.json b/project.private.config.json index ea791b4..7595d13 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -3,7 +3,7 @@ "projectname": "project", "setting": { "compileHotReLoad": false, - "urlCheck": false + "urlCheck": true }, "condition": { "miniprogram": {