From e0d9452edafdf06a38922b85c82a85ccfd24a46b Mon Sep 17 00:00:00 2001 From: Peng Yuwei Date: Tue, 10 May 2022 14:27:01 +0800 Subject: [PATCH] Solve the problem of incorrect jumping of secondary menu. (#9784) --- config/routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.ts b/config/routes.ts index 92b61fbe..e903002b 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -24,7 +24,6 @@ name: 'admin', icon: 'crown', access: 'canAdmin', - component: './Admin', routes: [ { path: '/admin/sub-page',