From 63e632eeda18ea2a81d2227c846f2ce37b76ce92 Mon Sep 17 00:00:00 2001 From: chen shuai Date: Mon, 18 Mar 2019 23:11:34 +0800 Subject: [PATCH] fix: add login 404, fix #3741 --- config/router.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/router.config.js b/config/router.config.js index 0f54cc05..c961c7b6 100644 --- a/config/router.config.js +++ b/config/router.config.js @@ -12,6 +12,9 @@ export default [ name: 'register.result', component: './User/RegisterResult', }, + { + component: '404', + }, ], }, // app -- GitLab