refactor: 优化个人中心路由地址
This commit is contained in:
parent
063343565d
commit
36d52d3e15
@ -2,7 +2,7 @@ import { DEFAULT_LAYOUT } from '../../base';
|
|||||||
import { AppRouteRecordRaw } from '../../types';
|
import { AppRouteRecordRaw } from '../../types';
|
||||||
|
|
||||||
const UserCenter: AppRouteRecordRaw = {
|
const UserCenter: AppRouteRecordRaw = {
|
||||||
path: '/login/user',
|
path: '/user',
|
||||||
component: DEFAULT_LAYOUT,
|
component: DEFAULT_LAYOUT,
|
||||||
meta: {
|
meta: {
|
||||||
locale: 'menu.user',
|
locale: 'menu.user',
|
||||||
|
Loading…
Reference in New Issue
Block a user