吉安感知网项目-前端
张含笑
2026-01-23 bcfa7fec8c6d2d222989e34f01b5fd6300befaf8
applications/task-work-order/src/permission.js
@@ -59,14 +59,14 @@
          let toMenu = findRouteByPath(newMenu, to.path)
          store.commit('ADD_TAG', {
            name: firstMenu.name,
            path: firstMenu.path,
            fullPath: firstMenu.path,
            params: firstMenu.params || {},
            query: firstMenu.query || {},
            meta: firstMenu.meta || {},
          })
          // store.commit('ADD_TAG', {
          //   name: firstMenu.name,
          //   path: firstMenu.path,
          //   fullPath: firstMenu.path,
          //   params: firstMenu.params || {},
          //   query: firstMenu.query || {},
          //   meta: firstMenu.meta || {},
          // })
          store.commit('ADD_TAG', {
            name: toMenu.name,
            path: toMenu.path,
@@ -135,7 +135,7 @@
   NProgress.done()
   const isLoginPage = to.path === '/login'
   // 根据是否登录页设置标题
   const pageTitle = isLoginPage ? '中图智飞低空感知网平台' : '综合管理平台'
   const pageTitle = isLoginPage ? '任务工单平台' : '综合管理平台'
   document.title = pageTitle
   store.commit('SET_IS_SEARCH', false)
})