From 3e7fde169cf03e2039b0a1375e8f1907e6ca4dcc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 08 Jan 2025 17:33:44 +0800
Subject: [PATCH] 模型加载调整

---
 src/router/index.js |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index d25382c..6020d1c 100644
--- a/src/router/index.js
+++ b/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: 
  * 
@@ -22,7 +22,7 @@
   //   redirect: '/layout',
   // },
   {
-    path: '',
+    path: '/',
     redirect: '/layout',
   },
   {
@@ -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')
+          // },
         ]
       },
     ]

--
Gitblit v1.9.3