Commit 63e632ee authored by chen shuai's avatar chen shuai

fix: add login 404, fix #3741

parent 56a8b716
...@@ -12,6 +12,9 @@ export default [ ...@@ -12,6 +12,9 @@ export default [
name: 'register.result', name: 'register.result',
component: './User/RegisterResult', component: './User/RegisterResult',
}, },
{
component: '404',
},
], ],
}, },
// app // app
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment