const BigModelRouter = [ { path: '/home', name: '4806d051-e037-4d9d-99a0-78aa2f2f362b', component: () => import('@/views/manage/home/index.vue'), meta: { title: '首页', }, }, { path: '/home/:id/app', name: 'd8b2a8e5-d087-4722-b833-7b7e10df0ec0', component: () => import('@/views/manage/home/app/index.vue'), meta: { title: '应用体验', single: true, root: '4806d051-e037-4d9d-99a0-78aa2f2f362b', }, }, { path: '/home/:id/app/introduction', name: '083e7fdd-d7e6-4712-84fa-865e12458de2', component: () => import('@/views/manage/home/app-introduction/index.vue'), meta: { title: '应用简介', single: true, root: '4806d051-e037-4d9d-99a0-78aa2f2f362b', }, }, { path: '/home/:id/model/introduction', name: '43a2845a-c322-4c49-86c5-867c1e466b7f', component: () => import('@/views/manage/home/model-introduction/index.vue'), meta: { title: '模型简介', single: true, root: '4806d051-e037-4d9d-99a0-78aa2f2f362b', }, }, { path: '/model', name: '86e9f5e8-285d-4038-abc2-a39b2ad7fcd1', component: () => import('@/views/manage/model/index.vue'), meta: { title: '模型纳管', }, }, { path: '/model/:id/statistic', name: 'd91af45a-7258-4b1e-8e0b-178e8b66d847', component: () => import('@/views/manage/model/statistic/index.vue'), meta: { title: '模型统计', single: true, root: '86e9f5e8-285d-4038-abc2-a39b2ad7fcd1', }, }, { path: '/app', name: 'd446bfb3-4605-477f-a0f4-b7a0a1aa78fe', component: () => import('@/views/manage/app/index.vue'), meta: { title: '应用中心', }, }, { path: '/app/:id/monitor', name: 'a36ccd46-f399-4bf6-8db9-157ca8d3e8c8', component: () => import('@/views/manage/app/monitor/index.vue'), meta: { title: '应用监测', single: true, root: 'd446bfb3-4605-477f-a0f4-b7a0a1aa78fe', }, }, { path: '/app/:id/make', name: 'e16b6e20-4ea1-4160-9624-e775949b0c32', component: () => import('@/views/manage/app/make/index.vue'), meta: { title: '应用编排', single: true, root: 'd446bfb3-4605-477f-a0f4-b7a0a1aa78fe', }, }, { path: '/app/workflow/:id', name: '37d34d52-78c7-4272-8715-fdc88f599c4f', component: () => import('@/views/manage/app/workflow/index.vue'), meta: { title: '工作流编排', single: true, root: 'd446bfb3-4605-477f-a0f4-b7a0a1aa78fe', }, }, { path: '/knowledge', name: '4342bfff-1ea8-4f4c-b562-3cdc1fde116f', component: () => import('@/views/manage/knowledge/index.vue'), meta: { title: '知识库', }, }, { path: '/knowledge/:id/document', name: '78430247-a531-4c8f-8a08-c88e93a836e2', component: () => import('@/views/manage/knowledge/documents/index.vue'), meta: { title: '知识库文档', single: true, root: '4342bfff-1ea8-4f4c-b562-3cdc1fde116f', }, }, { path: '/knowledge/:id/upload', name: '18e6009c-a72c-4359-864b-e7725fccca69', component: () => import('@/views/manage/knowledge/upload/index.vue'), meta: { title: '知识库文档上传', single: true, root: '4342bfff-1ea8-4f4c-b562-3cdc1fde116f', }, }, { path: '/center', name: '3b046708-5a14-450f-9dcd-9d869e336ed7', component: () => import('@/views/manage/center/index.vue'), meta: { title: '管理中心', }, redirect: '/center/user', children: [ { path: 'tenant', name: '7b05e9a1-37cc-4701-b10c-ad1e31121ab5', component: () => import('@/views/manage/center/tenant/index.vue'), meta: { title: '租户管理', }, }, { path: 'role', name: 'ef9f545d-803e-4fbe-97cf-c89e27bd02ce', component: () => import('@/views/manage/center/role/index.vue'), meta: { title: '角色管理', }, }, { path: 'user', name: 'd791e13b-9e49-4697-aef1-0bcb3d05aa0c', component: () => import('@/views/manage/center/user/index.vue'), meta: { title: '用户管理', }, }, { path: 'approve', name: 'c3c3bee8-70ed-43b5-beb4-d0d7541a1e5e', component: () => import('@/views/manage/center/approve/index.vue'), meta: { title: '审批流程配置管理', }, }, { path: 'safe', name: '9da8b83f-d7f9-4081-b3f3-0d637382349f', component: () => import('@/views/manage/center/safe/index.vue'), meta: { title: '安全管理', }, }, { path: 'api', name: 'e995a6b2-d230-4b36-a714-d4d01f92ad36', component: () => import('@/views/manage/center/api/index.vue'), meta: { title: 'API服务管控', }, }, ], }, ] export default BigModelRouter