Skip to content

Commit f142401

Browse files
committed
feat: 集成个人中心页面
1 parent bd08fba commit f142401

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export const config = {
2+
hideInMenu: true,
3+
i18nKey: 'route.user-center',
4+
title: 'user-center'
5+
};
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import LookForward from '@/components/LookForward';
2+
3+
const UserLogin = () => {
4+
return <LookForward />;
5+
};
6+
7+
export default UserLogin;

0 commit comments

Comments
 (0)