链接管理

This commit is contained in:
Way Downtown
2021-07-08 21:05:17 +08:00
parent eaab0d5016
commit 75e0704cbc
7 changed files with 479 additions and 28 deletions
+11
View File
@@ -1170,6 +1170,17 @@ const routes = [
menuId: '7MWCQK6NNH'
}
},
{
path: '/linkManage',
name: 'linkManage',
component: () =>
import('@/pages/config/pages/linkManage/index'),
meta: {
requireAuth: true,
title: '链接管理',
menuId: 'd3ff92078c53a4d9d1f1a94450fee91e'
}
},
{
path: '/roleManage',
name: 'RoleManage',