mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
build(deps): 更新依赖
This commit is contained in:
@ -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: [
|
||||
// 登录
|
||||
|
Reference in New Issue
Block a user