From 4c4c6475fde41dbee74c6a071a187a47a1c4a243 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期二, 22 八月 2023 09:24:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/router/index.js b/src/router/index.js
index ab7ed2d..36817fd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -443,6 +443,20 @@
       }
     ]
   },
+  {
+    path: '/baseData',
+    component: Layout,
+    redirect: '/baseData/basicDataMessage',
+    meta: { title: '鍩虹鏁版嵁', icon: 'el-icon-s-tools' },
+    children: [
+      {
+        path: '/basicDataMessage',
+        name: 'BasicDataMessage',
+        component: () => import('@/views/basicData/index'),
+        meta: { title: '鍩虹鏁版嵁', icon: 'el-icon-s-tools' }
+      }
+    ]
+  },
   // 404 page must be placed at the end !!!
   { path: '*', redirect: '/404', hidden: true }
 ]

--
Gitblit v1.9.3