mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-22 04:57:16 +08:00
feat: 新增系统管理/系统配置(仅前端配置页面,Mock 部分接口)
This commit is contained in:
@@ -66,6 +66,15 @@ const System: AppRouteRecordRaw = {
|
||||
requiresAuth: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Config',
|
||||
path: '/system/config',
|
||||
component: () => import('@/views/system/config/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.system.config',
|
||||
requiresAuth: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user