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' }, ], }, {