From 7c3f45f6eec3177ae66f59629c0cafd44fcecbe5 Mon Sep 17 00:00:00 2001 From: CN-traveler <55753029+CN-traveler@users.noreply.github.com> Date: Tue, 6 Sep 2022 15:48:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20404=20=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=20(#10194)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.ts b/config/routes.ts index 671b453e..b5a7b748 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -52,6 +52,7 @@ export default [ }, { path: '*', + layout: false, component: './404', }, ];