mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-04 20:58:01 +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);
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user