From 0e671fdb414245337c4b5c016cfd8896d4703dde Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9E=E5=85=AC=E7=94=A8=E5=93=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 12 ++++++------ src/views/Home/{ => bgnr}/bgyp/BgypCreate.vue | 0 src/views/Home/{ => bgnr}/bgyp/BgypDetail.vue | 0 src/views/Home/{ => bgnr}/bgyp/BgypForm-bk.vue | 0 src/views/Home/{ => bgnr}/bgyp/index.vue | 0 5 files changed, 6 insertions(+), 6 deletions(-) rename src/views/Home/{ => bgnr}/bgyp/BgypCreate.vue (100%) rename src/views/Home/{ => bgnr}/bgyp/BgypDetail.vue (100%) rename src/views/Home/{ => bgnr}/bgyp/BgypForm-bk.vue (100%) rename src/views/Home/{ => bgnr}/bgyp/index.vue (100%) 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