build(deps): 更新依赖

This commit is contained in:
Soybean
2021-10-26 20:20:48 +08:00
parent bfa42d769d
commit 0fb011f6fd
5 changed files with 111 additions and 112 deletions

View File

@ -14,13 +14,12 @@ import ServiceError from '@/views/system/exception/500.vue';
*/
const constantRoutes: RouteRecordRaw[] = [
{
name: ROUTE_NAME_MAP.get('system'),
path: EnumRoutePath.system,
name: 'single_',
path: '/single_',
component: BlankLayout,
redirect: { name: ROUTE_NAME_MAP.get('not-found') },
meta: {
keepAlive: true,
title: EnumRouteTitle.system
keepAlive: true
},
children: [
// 登录