Browse Source

更新路径问题

zhaowenkang/feature-20251028181547-行情页面
ZhangYong 4 weeks ago
parent
commit
388ce4bd83
  1. 4
      components/footerBar.vue
  2. 2
      pages.json
  3. 0
      pages/deepExploration/deepExploration.vue

4
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) { //

2
pages.json

@ -142,7 +142,7 @@
}
},
{
"path": "pages/home/deepExploration",
"path": "pages/deepExploration/deepExploration",
"style": {
"navigationStyle": "custom",
"disableSwipeBack": true,

0
pages/home/deepExploration.vue → pages/deepExploration/deepExploration.vue

Loading…
Cancel
Save