style:路由
Showing
3 changed files
with
9 additions
and
9 deletions
| ... | @@ -126,7 +126,7 @@ export const asyncRoutes = [ | ... | @@ -126,7 +126,7 @@ export const asyncRoutes = [ | 
| 126 | component: () => import('@/views/ywbl/ybx/ybx.vue'), | 126 | component: () => import('@/views/ywbl/ybx/ybx.vue'), | 
| 127 | name: 'ybx', | 127 | name: 'ybx', | 
| 128 | meta: { title: '已办箱' } | 128 | meta: { title: '已办箱' } | 
| 129 | }, { | 129 | }, { | 
| 130 | path: 'ycsl', | 130 | path: 'ycsl', | 
| 131 | id: '24', | 131 | id: '24', | 
| 132 | parentId: '2', | 132 | parentId: '2', | ... | ... | 
| 1 | /* | 1 | /* | 
| 2 | * @Description: | 2 | * @Description: | 
| 3 | * @Autor: renchao | 3 | * @Autor: renchao | 
| 4 | * @LastEditTime: 2023-09-21 09:55:21 | 4 | * @LastEditTime: 2024-01-22 13:51:43 | 
| 5 | */ | 5 | */ | 
| 6 | //流程环节操作按钮 | 6 | //流程环节操作按钮 | 
| 7 | export function getForm (tabName) { | 7 | export function getForm (tabName) { | 
| ... | @@ -87,9 +87,9 @@ export function getForm (tabName) { | ... | @@ -87,9 +87,9 @@ export function getForm (tabName) { | 
| 87 | case "spyj": | 87 | case "spyj": | 
| 88 | form = require("@/views/djbworkflow/djbBook/spyj.vue"); | 88 | form = require("@/views/djbworkflow/djbBook/spyj.vue"); | 
| 89 | break; | 89 | break; | 
| 90 | default: | 90 | // default: | 
| 91 | form = require("@/views/error-page/404.vue"); | 91 | // form = require("@/views/error-page/404.vue"); | 
| 92 | break; | 92 | // break; | 
| 93 | } | 93 | } | 
| 94 | return (r) => require.ensure([], () => r(form)); | 94 | return (r) => require.ensure([], () => r(form)); | 
| 95 | } | 95 | } | ... | ... | 
| 1 | /* | 1 | /* | 
| 2 | * @Description: | 2 | * @Description: | 
| 3 | * @Autor: renchao | 3 | * @Autor: renchao | 
| 4 | * @LastEditTime: 2023-09-12 09:41:27 | 4 | * @LastEditTime: 2024-01-22 13:52:36 | 
| 5 | */ | 5 | */ | 
| 6 | /** | 6 | /** | 
| 7 | * @description: 流程环节操作按钮 | 7 | * @description: 流程环节操作按钮 | 
| ... | @@ -128,9 +128,9 @@ export function getForm (tabName) { | ... | @@ -128,9 +128,9 @@ export function getForm (tabName) { | 
| 128 | case "zdjbxxImg": | 128 | case "zdjbxxImg": | 
| 129 | form = require("@/views/workflow/components/zdt.vue"); | 129 | form = require("@/views/workflow/components/zdt.vue"); | 
| 130 | break; | 130 | break; | 
| 131 | default: | 131 | // default: | 
| 132 | form = require("@/views/error-page/404.vue"); | 132 | // form = require("@/views/error-page/404.vue"); | 
| 133 | break; | 133 | // break; | 
| 134 | } | 134 | } | 
| 135 | return (r) => require.ensure([], () => r(form)); | 135 | return (r) => require.ensure([], () => r(form)); | 
| 136 | } | 136 | } | ... | ... | 
- 
Please register or sign in to post a comment