From 840e55adc10d028710de98aef0218cd4f68302af Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 13 六月 2023 15:21:46 +0800
Subject: [PATCH] 部门修改

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

diff --git a/src/router.js b/src/router.js
index 30e4dd1..b4da040 100644
--- a/src/router.js
+++ b/src/router.js
@@ -179,11 +179,24 @@
         meta: { title: '璇剧洰鍒楄〃', noCache: true }
       },
       {
+        path: 'department/list',
+        component: () => import('@/views/education/department/list'),
+        name: 'EducationDepartmentPage',
+        meta: { title: '閮ㄩ棬鍒楄〃', noCache: true }
+      },
+      {
         path: 'subject/edit',
         component: () => import('@/views/education/subject/edit'),
         name: 'EducationSubjectEditPage',
         meta: { title: '璇剧洰缂栬緫', noCache: true, activeMenu: '/education/subject/list' },
         hidden: true
+      },
+      {
+        path: 'department/edit',
+        component: () => import('@/views/education/department/edit'),
+        name: 'EducationSubjectEditPage',
+        meta: { title: '閮ㄩ棬缂栬緫', noCache: true, activeMenu: '/education/department/list' },
+        hidden: true
       }
     ]
   },

--
Gitblit v1.8.0