Browse Source

跳转问题

zhangyong/feature-20251028115958-深度探索
ZhangYong 3 weeks ago
parent
commit
c5a5b0012d
  1. 2
      pages/deepExploration/MainForceActions.vue

2
pages/deepExploration/MainForceActions.vue

@ -675,7 +675,7 @@
// //
onLoad((e) => { onLoad((e) => {
if (e.index) { if (e.index) {
// currentIndex.value = e.index - 1
currentIndex.value = e.index - 1
console.log('模块:', currentIndex.value) console.log('模块:', currentIndex.value)
} }
if (e.stockName) { if (e.stockName) {

Loading…
Cancel
Save