From 703703929e97b94ca1c1c5e35a578e5fe9d4cfea Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期一, 30 九月 2024 09:58:04 +0800
Subject: [PATCH] 代码修改

---
 src/router/index.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 634b04e..80ba5bd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -79,7 +79,8 @@
         children: [
             {
                 path: 'index',
-                component: () => import('@/views/index'),
+                // component: () => import('@/views/index'),
+                component: () => import('@/views/visual/mapView/index.vue'),
                 name: 'Index',
                 meta: { title: '棣栭〉', icon: 'dashboard', affix: true },
             },
@@ -202,7 +203,7 @@
 };
 
 export default new Router({
-    mode: 'history', // 鍘绘帀url涓殑#
+    // mode: 'history', // 鍘绘帀url涓殑#
     scrollBehavior: () => ({ y: 0 }),
     routes: constantRoutes,
 });

--
Gitblit v1.9.3