From 704937ebb07404baacccb6b3f45023a2dbdcb114 Mon Sep 17 00:00:00 2001 From: lainlee Date: Thu, 2 Jan 2020 16:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=20[fix]=20=E4=BF=AE=E5=A4=8D=20redirect=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=87=8D=E5=AE=9A=E5=90=91=EF=BC=8C=E5=AF=B9?= =?UTF-8?q?=E4=BA=8E=E5=B5=8C=E5=A5=97=E8=B7=AF=E7=94=B1=E4=B8=BA[?= =?UTF-8?q?=E7=A9=BA=E5=AD=90=E8=B7=AF=E7=94=B1]=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5=E6=97=B6=E5=88=B7=E6=96=B0=E5=A4=B1=E8=B4=A5?= 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 fbe8ad25221..2e522b2af56 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -45,7 +45,7 @@ export const constantRoutes = [ hidden: true, children: [ { - path: '/redirect/:path*', + path: '/redirect/:path(.*)', component: () => import('@/views/redirect/index') } ]