From 18c7f1ec4bb27579104eed629fb9cb396c922b38 Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Mon, 30 Dec 2024 20:43:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BD=E5=9D=AF=E8=BD=A6?= =?UTF-8?q?=E9=97=B4=E6=95=B0=E5=AD=97=E5=BA=94=E7=94=A8=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index a067edc..0283a14 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -33,7 +33,7 @@ export const constantRoutes = [ {path: '/cs', component: () => import('@/views/cs/index.vue')}, {path: '/cs2', component: () => import('@/views/cs/index2.vue')}, {path: '/cs3', component: () => import('@/views/cs/index3.vue')}, - {path: '/cs4', component: () => import('@/views/cs/index4.vue')}, + {path: '/cs6', component: () => import('@/views/cs/index4.vue')}, {path: '/cs3_1', component: () => import('@/views/cs/index3_1.vue')}, { path: '/redirect',