diff --git a/src/app/pages/body/tab/tab.component.ts b/src/app/pages/body/tab/tab.component.ts index 83f4f7c..7ab20b8 100644 --- a/src/app/pages/body/tab/tab.component.ts +++ b/src/app/pages/body/tab/tab.component.ts @@ -44,7 +44,6 @@ export class TabComponent { let menuTitle = '新标签页'; if(routeData) { menuTitle = routeData['title']; - } // 该路由是否已激活,激活过则直接打开 let isExist = false;