智慧园区前端大屏
shuishen
2024-12-26 f7da5040d8894048d8c8116a8f372fcfc1236ec6
src/router/index.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-25 16:35:31
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-12-02 17:23:21
 * @LastEditTime: 2024-12-24 16:57:10
 * @FilePath: \bigScreen\src\router\index.js
 * @Description: 
 * 
@@ -22,13 +22,23 @@
  //   redirect: '/layout',
  // },
  {
    path: '',
    path: '/',
    redirect: '/layout',
  },
  {
    path: '/login',
    name: '登录页',
    component: () => import('@/pages/login.vue'),
    meta: {
      keepAlive: true,
      isTab: false,
      isAuth: false,
    },
  },
  {
    path: '/sign',
    name: '免登录',
    component: () => import('@/pages/sign.vue'),
    meta: {
      keepAlive: true,
      isTab: false,
@@ -79,13 +89,13 @@
                },
                component: () => import('@/views/pac/index.vue')
              },
              {
                path: 'pd',
                meta: {
                  title: '突发事件模拟'
                },
                component: () => import('@/views/pd/index.vue')
              },
              // {
              //   path: 'pd',
              //   meta: {
              //     title: '突发事件模拟'
              //   },
              //   component: () => import('@/views/pd/index.vue')
              // },
            ]
          },
@@ -125,13 +135,13 @@
            },
            component: () => import('@/views/rt/index.vue')
          },
          {
            path: 'ochart',
            meta: {
              title: '作战图'
            },
            component: () => import('@/views/ochart/index.vue')
          },
          // {
          //   path: 'ochart',
          //   meta: {
          //     title: '作战图'
          //   },
          //   component: () => import('@/views/ochart/index.vue')
          // },
        ]
      },
    ]