feat: 新增系统管理/系统配置(仅前端配置页面,Mock 部分接口)

This commit is contained in:
2023-09-20 23:03:55 +08:00
parent 4e70965b16
commit 4af1d30fa6
11 changed files with 479 additions and 1 deletions

View File

@@ -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,
},
},
],
};