Skip to content

Commit

Permalink
refactor: 优化个人中心路由地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Oct 16, 2023
1 parent 0633435 commit 36d52d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 36d52d3

Please sign in to comment.