diff --git a/components/footerBar.vue b/components/footerBar.vue index ac96c57..522d2d8 100644 --- a/components/footerBar.vue +++ b/components/footerBar.vue @@ -111,7 +111,7 @@ const tabChange = (value) => { }) } else if (value == 2) { //行情 uni.redirectTo({ - url: '/pages/marketSituation/marketSituation', + url: '/pages/home/marketSituation', animationType: 'fade-in' }) } else if (value == 3) { //DeepMate @@ -122,7 +122,7 @@ const tabChange = (value) => { } else if (value == 4) { //深度探索 if (props.type == 'deepExploration') return; uni.redirectTo({ - url: '/pages/home/deepExploration', + url: '/pages/deepExploration/deepExploration', animationType: 'fade-in' }) } else if (value == 5) { //我的 diff --git a/pages.json b/pages.json index 5cad957..cfa20c4 100644 --- a/pages.json +++ b/pages.json @@ -142,7 +142,7 @@ } }, { - "path": "pages/home/deepExploration", + "path": "pages/deepExploration/deepExploration", "style": { "navigationStyle": "custom", "disableSwipeBack": true, diff --git a/pages/home/deepExploration.vue b/pages/deepExploration/deepExploration.vue similarity index 100% rename from pages/home/deepExploration.vue rename to pages/deepExploration/deepExploration.vue