| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/main/MobileChat', |
| | | component: Layout, |
| | | redirect: '', |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: '', |
| | | component: () => import('@/views/chatHome/chatHomeIndex/MobileChat'), |
| | | name: 'MobileChat', |
| | | meta: { title: 'AI对话', icon: 'dashboard', affix: true} |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // path: '/main/MobileChat', |
| | | // component: Layout, |
| | | // redirect: '', |
| | | // hidden: true, |
| | | // children: [ |
| | | // { |
| | | // path: '', |
| | | // component: () => import('@/views/chatHome/chatHomeIndex/MobileChat'), |
| | | // name: 'MobileChat', |
| | | // meta: { title: 'AI对话', icon: 'dashboard', affix: true} |
| | | // } |
| | | // ] |
| | | // }, |
| | | { |
| | | path: '/user', |
| | | component: Layout, |
| | |
| | | name: "DeviceInfo", |
| | | meta: { title: "设备信息", icon: "monitor" }, |
| | | }, |
| | | { |
| | | path: "/data-dashboard", |
| | | component: () => import("@/views/reportAnalysis/dataDashboard/index.vue"), |
| | | hidden: true, |
| | | name: "DataDashboard", |
| | | meta: { title: "数据大屏", icon: "dashboard" }, |
| | | }, |
| | | ]; |
| | | |
| | | // 动态路由,基于用户权限动态去加载 |