From e06e200b8dc749fecb71320df6972c9a5eb13292 Mon Sep 17 00:00:00 2001 From: scarqin <1054139596@qq.com> Date: Fri, 17 Feb 2023 18:03:45 +0800 Subject: [PATCH] fix: APISpace jump to detail page error --- .../browser/src/app/modules/eo-ui/tab/tab-operate.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workbench/browser/src/app/modules/eo-ui/tab/tab-operate.service.ts b/src/workbench/browser/src/app/modules/eo-ui/tab/tab-operate.service.ts index 00f73d1d..606c503d 100644 --- a/src/workbench/browser/src/app/modules/eo-ui/tab/tab-operate.service.ts +++ b/src/workbench/browser/src/app/modules/eo-ui/tab/tab-operate.service.ts @@ -33,7 +33,7 @@ export class TabOperateService { //* Allow development mode debug not exist router at init allowNotExistRouter: !APP_CONFIG.production, //* Allow open new tab by url at init - allowOpenNewTabByUrl: false + allowOpenNewTabByUrl: true }; constructor( private tabStorage: TabStorageService,