mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 20:57:21 +08:00
refactor: 优化个人中心路由地址
This commit is contained in:
@@ -2,7 +2,7 @@ import { DEFAULT_LAYOUT } from '../../base';
|
||||
import { AppRouteRecordRaw } from '../../types';
|
||||
|
||||
const UserCenter: AppRouteRecordRaw = {
|
||||
path: '/login/user',
|
||||
path: '/user',
|
||||
component: DEFAULT_LAYOUT,
|
||||
meta: {
|
||||
locale: 'menu.user',
|
||||
|
Reference in New Issue
Block a user