From 40fb1c11aee180b43b5af63569f769f0dcbe6fd5 Mon Sep 17 00:00:00 2001 From: yuanteng <1876787513@qq.com> Date: Thu, 31 Oct 2024 11:53:32 +0800 Subject: [PATCH] =?UTF-8?q?10.31=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.ts | 7 +- src/views/test.vue | 292 ------------------------------------------- 2 files changed, 1 insertion(+), 298 deletions(-) delete mode 100644 src/views/test.vue diff --git a/src/router/routes.ts b/src/router/routes.ts index a49aabf..6757190 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -39,10 +39,5 @@ export const routes = [ component: ()=> import("../views/Commodity/TypeManagement.vue") } ] - }, - { - path: '/Test', - name:'test', - component: () => import("../views/test.vue") - }, + } ] diff --git a/src/views/test.vue b/src/views/test.vue deleted file mode 100644 index b8c62b0..0000000 --- a/src/views/test.vue +++ /dev/null @@ -1,292 +0,0 @@ - - - -