zqran
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
8 deletions
-
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', |
|
|
|
|