fix: mock download isInstalled status error

This commit is contained in:
scarqin 2023-02-04 00:01:34 +08:00
parent e9953a7af4
commit a66d019622

View File

@ -51,8 +51,7 @@ export class ApiMockComponent implements OnInit, TabViewComponent {
this.eoOnInit.emit(this.apiData); this.eoOnInit.emit(this.apiData);
} }
async jumpToClient() { async jumpToClient() {
const isInstalled = false; const isInstalled = await this.web.protocolCheck();
// const isInstalled = await this.web.protocolCheck();
if (!isInstalled) { if (!isInstalled) {
this.isInstalledClient = false; this.isInstalledClient = false;
} else { } else {