mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 03:38:03 +08:00
fix: APISpace jump to detail page error
This commit is contained in:
parent
0341ba8f42
commit
e06e200b8d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user