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,
routes: [
{
path: '/user',
routes: [
{
name: 'login',
path: '/user/login',
component: './user/Login',
},
],
name: 'login',
path: '/user/login',
component: './user/Login',
},
{
component: './404',

Loading…
Cancel
Save