feat: add accountSetting page (#85)

This commit is contained in:
chen-xt
2020-11-14 20:34:46 +08:00
committed by GitHub
parent 261936b117
commit 7ad4cee79a
11 changed files with 525 additions and 0 deletions

View File

@@ -51,6 +51,19 @@ const menu: MenuModule = {
},
],
},
{
path: 'account',
name: '个人页',
tag: {
content: 'new',
},
children: [
{
path: 'setting',
name: '个人设置',
},
],
},
],
},
};