feat: 更新路由配置,调整用户列表路由位置,移除通知视图中的操作列

This commit is contained in:
2026-01-15 01:06:56 +07:00
parent 84c4f08dc2
commit 22b639f2f1
3 changed files with 15 additions and 17 deletions

View File

@@ -246,15 +246,6 @@ export const generatedRoutes: GeneratedRoute[] = [
order: 4
},
children: [
{
name: 'user_list',
path: '/user/list',
component: 'view.user_list',
meta: {
title: 'user_list',
i18nKey: 'route.user_list'
}
},
{
name: 'user_bankcard',
path: '/user/bankcard',
@@ -264,6 +255,15 @@ export const generatedRoutes: GeneratedRoute[] = [
i18nKey: 'route.user_bankcard'
}
},
{
name: 'user_list',
path: '/user/list',
component: 'view.user_list',
meta: {
title: 'user_list',
i18nKey: 'route.user_list'
}
}
]
},
{