From 314616acee7e5eddc256f16683c4fd3171243b61 Mon Sep 17 00:00:00 2001 From: Sum1Dream <418471657@qq.com> Date: Tue, 16 Apr 2024 15:32:32 +0800 Subject: [PATCH] 1 --- src/app/pages/body/tab/tab.component.ts | 1 - 1 file changed, 1 deletion(-) 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;