| | |
| | | name: 'UserInfo', |
| | | component: () => import('@/views/system/UserInfo.vue'), |
| | | meta: { |
| | | keepAlive: false |
| | | |
| | | } |
| | | }, |
| | | { |
| | |
| | | name: 'sysMenu', |
| | | component: () => import('@/views/system/Sys_Menu.vue'), |
| | | meta: { |
| | | keepAlive: false |
| | | } |
| | | }, { |
| | | path: '/coder', |
| | | name: 'coder', |
| | | component: () => import('@/views/builder/coder.vue'), |
| | | meta: { |
| | | keepAlive: false |
| | | } |
| | | }, |
| | | { |
| | | path: '/formDraggable', //表单设计 |
| | | name: 'formDraggable', |
| | | component: () => import('@/views/formDraggable/formDraggable.vue'), |
| | | meta: { |
| | | keepAlive: false |
| | | } |
| | | }, |
| | | { |
| | | path: '/formSubmit', //表单提交页面 |
| | | name: 'formSubmit', |
| | | component: () => import('@/views/formDraggable/FormSubmit.vue'), |
| | | meta:{ |
| | | keepAlive:false |
| | | } |
| | | }, |
| | | { |
| | | path: '/formCollectionResultTree', //显示收集的数据表单 |
| | | name: 'formCollectionResultTree', |
| | | component: () => import('@/views/formDraggable/FormCollectionResultTree.vue'), |
| | | meta:{ |
| | | keepAlive:false |
| | | |
| | | } |
| | | }, |
| | | { |
| | |
| | | name: 'signalR', |
| | | component: () => import('@/views/signalR/Index.vue'), |
| | | meta:{ |
| | | keepAlive:false |
| | | } |
| | | }, |
| | | { |
| | | path: '/flowdemo', //发起流程示例 |
| | | name: 'flowdemo', |
| | | component: () => import('@/views/system/flow/FlowDemo.vue'), |
| | | meta: { |
| | | keepAlive: false |
| | | } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | |
| | | anonymous:true |
| | | } |
| | | }, |
| | | { |
| | | path: '/app/guide', |
| | | name: 'apphome', |
| | | meta: { |
| | | anonymous: true |
| | | }, |
| | | component: () => import('@/views/h5/Guide.vue'), |
| | | }, |
| | | { |
| | | path: '/bigdata', |
| | | name: 'bigdata', |
| | | component: () => import('@/views/charts/bigdata.vue'), |
| | | meta: { |
| | | keepAlive: false |
| | | } |
| | | } |
| | | ] |
| | | |
| | | const router = createRouter({ |