Browse Source

路由问题

gexinzhineng/gxzn27 2 years ago
parent
commit
467a984955
1 changed files with 2 additions and 2 deletions
  1. 2 2
      yudao-ui-admin-vue3/src/router/modules/remaining.ts

+ 2 - 2
yudao-ui-admin-vue3/src/router/modules/remaining.ts

@@ -270,7 +270,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
         }
       },
       {
-        path: '/oa/leave/create',
+        path: '/bpm/oa/leave/create',
         component: () => import('@/views/bpm/oa/leave/create.vue'),
         name: 'OALeaveCreate',
         meta: {
@@ -282,7 +282,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
         }
       },
       {
-        path: '/oa/leave/detail',
+        path: '/bpm/oa/leave/detail',
         component: () => import('@/views/bpm/oa/leave/detail.vue'),
         name: 'OALeaveDetail',
         meta: {