mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 18:28:44 +08:00 
			
		
		
		
	Vue3 重构:form 和 model 编辑器,调整路由
This commit is contained in:
		| @@ -225,7 +225,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ | ||||
|     children: [ | ||||
|       { | ||||
|         path: '/manager/form/edit', | ||||
|         component: () => import('@/views/bpm/form/FormEditor.vue'), | ||||
|         component: () => import('@/views/bpm/form/editor/index.vue'), | ||||
|         name: 'bpmFormEditor', | ||||
|         meta: { | ||||
|           noCache: true, | ||||
| @@ -237,14 +237,14 @@ const remainingRouter: AppRouteRecordRaw[] = [ | ||||
|       }, | ||||
|       { | ||||
|         path: '/manager/model/edit', | ||||
|         component: () => import('@/views/bpm/model/modelEditor.vue'), | ||||
|         component: () => import('@/views/bpm/model/editor/index.vue'), | ||||
|         name: 'modelEditor', | ||||
|         meta: { | ||||
|           noCache: true, | ||||
|           hidden: true, | ||||
|           canTo: true, | ||||
|           title: '设计流程', | ||||
|           activeMenu: 'bpm/manager/model/design' | ||||
|           activeMenu: '/bpm/manager/model' | ||||
|         } | ||||
|       }, | ||||
|       { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV