Browse Source

fix: add login 404, fix #3741

pull/3792/head
chen shuai 7 years ago
parent
commit
63e632eeda
  1. 3
      config/router.config.js

3
config/router.config.js

@ -12,6 +12,9 @@ export default [
name: 'register.result',
component: './User/RegisterResult',
},
{
component: '404',
},
],
},
// app

Loading…
Cancel
Save