From c24815eaabf08ee9a233921e415568d40cf22acf Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 11 三月 2024 10:51:45 +0800 Subject: [PATCH] 部门管理员路由管理 --- src/store/modules/router.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/store/modules/router.js b/src/store/modules/router.js index 747a715..0ec6320 100644 --- a/src/store/modules/router.js +++ b/src/store/modules/router.js @@ -1,4 +1,4 @@ -import { constantRoutes } from '@/router' +import { constantRoutes, deptAdminRouter } from '@/router' let state = { routes: constantRoutes @@ -11,6 +11,7 @@ } const actions = { + changeRoute() {} } export default { -- Gitblit v1.8.0