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

@ -1,6 +1,5 @@
export enum EnumRoutePath {
'root' = '/',
'system' = '/system',
'login' = '/login',
'not-found' = '/404',
'no-permission' = '/403',
@ -29,7 +28,6 @@ export enum EnumRoutePath {
export enum EnumRouteTitle {
'root' = 'root',
'system' = '系统',
'login' = '登录',
'not-found' = '未找到',
'no-permission' = '无权限',