fix: APISpace jump to detail page error

This commit is contained in:
scarqin 2023-02-17 18:03:45 +08:00
parent 0341ba8f42
commit e06e200b8d

View File

@ -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,