From 9e0906878e5c9418efab871f5c86b2e89fb4651e Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Fri, 11 Jul 2025 18:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yangwl <1726150332@qq.com> --- src/router/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 9792a4c..3a5d33c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -35,7 +35,6 @@ export const constantRoutes = [ {path: '/cs3', component: () => import('@/views/cs/index3.vue')}, {path: '/cs5', component: () => import('@/views/cs/index5.vue')}, {path: '/cs6', component: () => import('@/views/cs/index4.vue')}, - {path: '/cs7', component: () => import('@/views/cs/index7.vue')}, {path: '/cs3_1', component: () => import('@/views/cs/index3_1.vue')}, { path: '/redirect',