From 84ff051d5c6bbf10e71f6f8d1d57740c26619d9e Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期四, 08 五月 2025 16:51:16 +0800 Subject: [PATCH] U 苏州地铁首页 --- src/router/index.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index ab8a5a2..2478547 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1278,6 +1278,10 @@ path: "/redirect/:path*", component: () => import("@/views/404/redirect"), }, + { + path: '/test', + component: () => import('@/views/test.vue'), + }, // 404 椤甸潰 { path: "*", -- Gitblit v1.9.1