智慧园区前端大屏
shuishen
2025-01-08 dbf3346c685a29e7f9414b2717e3ea5c427262ca
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: 2025-01-07 18:55:42
 * @FilePath: \bigScreen\src\router\index.js
 * @Description: 
 * 
@@ -79,13 +79,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 +125,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')
          // },
        ]
      },
    ]