From b19e866781dc0dabf8031173b80a93f3571fede3 Mon Sep 17 00:00:00 2001 From: zhaowenkang Date: Tue, 28 Oct 2025 19:05:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/footerBar.vue | 2 +- pages.json | 2 +- pages/marketSituation/globalIndex.vue | 2 +- pages/marketSituation/marketSituation.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/footerBar.vue b/components/footerBar.vue index 80cc030..ac96c57 100644 --- a/components/footerBar.vue +++ b/components/footerBar.vue @@ -111,7 +111,7 @@ const tabChange = (value) => { }) } else if (value == 2) { //行情 uni.redirectTo({ - url: '/pages/home/marketSituation', + url: '/pages/marketSituation/marketSituation', animationType: 'fade-in' }) } else if (value == 3) { //DeepMate diff --git a/pages.json b/pages.json index 2b116d9..6076073 100644 --- a/pages.json +++ b/pages.json @@ -286,7 +286,7 @@ } }, { - "path" : "pages/home/marketCondition", + "path" : "pages/marketSituation/marketCondition", "style" : { "navigationBarTitleText" : "行情", diff --git a/pages/marketSituation/globalIndex.vue b/pages/marketSituation/globalIndex.vue index 22169a0..2a2ed7d 100644 --- a/pages/marketSituation/globalIndex.vue +++ b/pages/marketSituation/globalIndex.vue @@ -100,7 +100,7 @@