Browse Source

Solve the problem of incorrect jumping of secondary menu. (#9784)

pull/9829/head
Peng Yuwei 4 years ago
committed by GitHub
parent
commit
e0d9452eda
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/routes.ts

1
config/routes.ts

@ -24,7 +24,6 @@
name: 'admin',
icon: 'crown',
access: 'canAdmin',
component: './Admin',
routes: [
{
path: '/admin/sub-page',

Loading…
Cancel
Save