diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 08fe701..79c1420 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -689,27 +689,27 @@ const remainingRouter: AppRouteRecordRaw[] = [ } }, { - path: 'bgyp/BgypCreate', - component: () => import('@/views/Home/bgyp/BgypCreate.vue'), + path: 'bgnr/bgyp/BgypCreate', + component: () => import('@/views/Home/bgnr/bgyp/BgypCreate.vue'), name: 'BgypCreate', meta: { noCache: true, hidden: true, canTo: true, title: '发起用品管理流程', - activeMenu: '/Home/bgyp/Bgypflow' + activeMenu: '/Home/bgnr/bgyp/Bgypflow' } }, { - path: 'bgyp/BgypDetail', - component: () => import('@/views/Home/bgyp/BgypDetail.vue'), + path: 'bgnr/bgyp/BgypDetail', + component: () => import('@/views/Home/bgnr/bgyp/BgypDetail.vue'), name: 'BgypDetail', meta: { noCache: true, hidden: true, canTo: true, title: '查看用品管理流程', - activeMenu: '/Home/bgyp/Bgypflow' + activeMenu: '/Home/bgnr/bgyp/Bgypflow' } }, { diff --git a/src/views/Home/bgyp/BgypCreate.vue b/src/views/Home/bgnr/bgyp/BgypCreate.vue similarity index 100% rename from src/views/Home/bgyp/BgypCreate.vue rename to src/views/Home/bgnr/bgyp/BgypCreate.vue diff --git a/src/views/Home/bgyp/BgypDetail.vue b/src/views/Home/bgnr/bgyp/BgypDetail.vue similarity index 100% rename from src/views/Home/bgyp/BgypDetail.vue rename to src/views/Home/bgnr/bgyp/BgypDetail.vue diff --git a/src/views/Home/bgyp/BgypForm-bk.vue b/src/views/Home/bgnr/bgyp/BgypForm-bk.vue similarity index 100% rename from src/views/Home/bgyp/BgypForm-bk.vue rename to src/views/Home/bgnr/bgyp/BgypForm-bk.vue diff --git a/src/views/Home/bgyp/index.vue b/src/views/Home/bgnr/bgyp/index.vue similarity index 100% rename from src/views/Home/bgyp/index.vue rename to src/views/Home/bgnr/bgyp/index.vue