Browse Source
Solve the problem of incorrect jumping of secondary menu. (#9784)
pull/9829/head
Peng Yuwei
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
config/routes.ts
|
|
|
@ -24,7 +24,6 @@ |
|
|
|
name: 'admin', |
|
|
|
icon: 'crown', |
|
|
|
access: 'canAdmin', |
|
|
|
component: './Admin', |
|
|
|
routes: [ |
|
|
|
{ |
|
|
|
path: '/admin/sub-page', |
|
|
|
|