From 283157dfcea85cd2e28797cfa16993156741978b Mon Sep 17 00:00:00 2001 From: RenCheng Date: Mon, 21 Apr 2025 10:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E9=BB=98=E8=AE=A4=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9A=84404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/util.js b/src/utils/util.js index cc18fb4..99de418 100644 --- a/src/utils/util.js +++ b/src/utils/util.js @@ -92,7 +92,7 @@ let indexRouter = [{ ...generateChildRouters(data) ] },{ - "path": "*", "redirect": "/404", "hidden": true + "path": "*", "redirect": "/home/index", "hidden": true }] return indexRouter; }