feat(web): 更新路由配置和图标数据定义,优化前端路由导航和UI图标管理
This commit is contained in:
@@ -69,6 +69,15 @@ const router = createRouter({
|
||||
appView: 'requests'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/app/logs/:logKind/:logId',
|
||||
name: 'app-log-detail',
|
||||
component: AppShellRouteView,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
appView: 'logs'
|
||||
}
|
||||
},
|
||||
...appChildRoutes.map((route) => ({
|
||||
...route,
|
||||
path: `/app/${route.path}`
|
||||
|
||||
Reference in New Issue
Block a user