From acf5a3ebe58e526b3a3427b7047c1e7858dc2a70 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 19 六月 2023 09:29:36 +0800
Subject: [PATCH] 修改江西空管学生端

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

diff --git a/src/router.js b/src/router.js
index 1014629..9280e69 100644
--- a/src/router.js
+++ b/src/router.js
@@ -57,6 +57,30 @@
       ]
     },
     {
+      path: '/mymeetlist',
+      component: Layout,
+      children: [
+        {
+          path: 'index',
+          component: () => import('@/views/myMeet/index'),
+          name: 'QuestionErrorIndex',
+          meta: { title: '閿欓鏈�' }
+        }
+      ]
+    },
+    {
+      path: '/meet',
+      component: Layout,
+      children: [
+        {
+          path: 'index',
+          component: () => import('@/views/meeting/index'),
+          name: 'QuestionErrorIndex',
+          meta: { title: '閿欓鏈�' }
+        }
+      ]
+    },
+    {
       path: '/user',
       component: Layout,
       children: [

--
Gitblit v1.8.0