feat:合并编辑产品界面原型

增加账号权限管理导航
feature/price_manager
Jimmy Liow 1 year ago
parent 61076ed908
commit 5913970154

Binary file not shown.

@ -147,6 +147,7 @@ function App() {
items: [...[
{ label: <Link to='/account/change-password'>{t('ChangePassword')}</Link>, key: '0' },
{ label: <Link to='/account/profile'>{t('Profile')}</Link>, key: '1' },
{ label: <Link to='/account/management'>{t('account:management.tile')}</Link>, key: '1' },
{ type: 'divider' },
{ label: <Link to='/logout'>{t('Logout')}</Link>, key: '3' },
],

Loading…
Cancel
Save