From 00f67bc7c6e3d024a328ec7edc3ec4e89b70b163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8D=9A=E6=96=87?= <1179111926@qq.com> Date: Wed, 17 Aug 2022 18:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .umirc.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.umirc.ts b/.umirc.ts index a2e0a5c..a248593 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -36,6 +36,7 @@ export default defineConfig({ path: '/basic/certificate', component: '@/pages/Basic/List/Certificate', }, + { component: '@/pages/HttpStatus/404' }, ], }, { @@ -56,6 +57,7 @@ export default defineConfig({ path: '/equipment', component: '@/pages/Equipment/List/Index', }, + { component: '@/pages/HttpStatus/404' }, ], }, { @@ -66,6 +68,7 @@ export default defineConfig({ path: '/encrypt', component: '@/pages/Encrypt/List/Index', }, + { component: '@/pages/HttpStatus/404' }, ], }, {