|  |  |  | 
|---|
|  |  |  | 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 | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | path: '/signalR', | 
|---|
|  |  |  | 
|---|
|  |  |  | 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({ | 
|---|