From 36808a4a4c31ae6d1153009520445a4907f6112a Mon Sep 17 00:00:00 2001 From: RenCheng Date: Mon, 21 Apr 2025 10:39:25 +0800 Subject: [PATCH] =?UTF-8?q?404=E5=90=8E=E7=9B=B4=E6=8E=A5=E8=B7=B3?= =?UTF-8?q?=E5=88=B0=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/router.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/router.config.js b/src/config/router.config.js index 09ad43d..91390b3 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -285,7 +285,7 @@ export const asyncRouterMap = [ ] }, { - path: '*', redirect: '/404', hidden: true + path: '*', redirect: '/home/index', hidden: true } ]