From 541f266ecf2491b91f068fcc685f05143669d952 Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 22 Jan 2024 16:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8C=B9=E9=85=8D=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E6=96=87=E6=9C=AC=E6=97=B6=E8=BF=9B=E5=85=A5=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E6=97=A0=E6=95=88=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/routes.js b/src/router/routes.js index a699c1d..df497e0 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -17,7 +17,7 @@ const routes = [{ import ('pages/ConfigurationPage.vue') }, { - path: '/:type(default|files|img|key|regex|window|professional)_:uid(\\w+)', + path: '/:type(default|files|img|key|regex|over|window|professional)_:uid(\\w+)', name: 'command', component: () => import ('pages/CommandPage.vue') @@ -60,4 +60,4 @@ const routes = [{ } ] -export default routes \ No newline at end of file +export default routes