mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-04 04:38:20 +08:00
fix: mock download isInstalled status error
This commit is contained in:
parent
e9953a7af4
commit
a66d019622
@ -51,8 +51,7 @@ export class ApiMockComponent implements OnInit, TabViewComponent {
|
||||
this.eoOnInit.emit(this.apiData);
|
||||
}
|
||||
async jumpToClient() {
|
||||
const isInstalled = false;
|
||||
// const isInstalled = await this.web.protocolCheck();
|
||||
const isInstalled = await this.web.protocolCheck();
|
||||
if (!isInstalled) {
|
||||
this.isInstalledClient = false;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user