智慧园区前端大屏
shuishen
2024-12-02 b0ddfa5e7fbd269bcc31d31b99fdedab401cd094
src/pages/first/components/mainMenu.vue
@@ -44,8 +44,12 @@
      path: '/layout/first/rt'
    },
    {
      menuName: '污染物处理',
      menuName: '突发事件模拟',
      path: '/layout/first/pd'
    },
    {
      menuName: '作战图',
      path: '/layout/first/ochart'
    },
  ]
)
@@ -56,7 +60,7 @@
  if (params.path) {
    if (router.currentRoute.value.path == params.path) return
    if (params.path == '/layout/first/supplies' || params.path == '/layout/first/rt') {
    if (params.path == '/layout/first/supplies' || params.path == '/layout/first/rt' || params.path == '/layout/first/ochart') {
      store.setLoadSingle(true)
    } else {
      store.setLoadSingle(false)