From 4177914f585a4513068994ddd602f1970880ffcc Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 24 Feb 2022 16:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B5=8C=E5=85=A5=E7=99=BD=E8=BE=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=983?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 54c903b5..3555a8e9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -421,9 +421,9 @@ function fnAddDynamicMenuRoutes(menuList = [], routes = []) { }, { path: "*", - redirect: { - name: "404", - }, + // redirect: { + // name: "404", + // }, }, ]); window.SITE_CONFIG["dynamicMenuRoutes"] = routes; @@ -474,9 +474,9 @@ function fnAddDynamicMenuRoutes2(menuList = [], routes = []) { }, { path: "*", - redirect: { - name: "404", - }, + // redirect: { + // name: "404", + // }, }, ]); window.SITE_CONFIG["dynamicMenuRoutesShuju"] = routes;