From 99a816d3e90fb305b5e1dd0502a27f27abb2d383 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Sun, 9 May 2021 14:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B7=A5=E5=85=B7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B7=AF=E7=94=B1=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes.js b/src/router/routes.js index d889c24..814df81 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -12,7 +12,7 @@ const routes = [ component: () => import('@/views/Tools.vue'), children: [ { - path: '/tools/detail/:category/:name', + path: '/tools/:category/:name', name: 'ToolsDetail', component: () => import('@/views/ToolsDetail.vue') }