Browse Source

chore: simplify routes configuration (#9728)

pull/9757/head
zqran 4 years ago
committed by GitHub
parent
commit
9f16dae8d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      config/routes.ts

11
config/routes.ts

@ -4,14 +4,9 @@
layout: false, layout: false,
routes: [ routes: [
{ {
path: '/user', name: 'login',
routes: [ path: '/user/login',
{ component: './user/Login',
name: 'login',
path: '/user/login',
component: './user/Login',
},
],
}, },
{ {
component: './404', component: './404',

Loading…
Cancel
Save