From b04f0ed761dc3e5fe4977a4cb1d7f29acbc7e374 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 7 May 2022 01:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E9=A1=BB=E5=90=8C=E6=97=B6=E6=BB=A1?= =?UTF-8?q?=E8=B6=B3=E4=B8=A4=E4=B8=AA=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ee57b65..dc19361 100644 --- a/src/App.vue +++ b/src/App.vue @@ -83,7 +83,7 @@ export default defineComponent({ this.runCronTask(featureCode, cronExp); }); // 快捷命令服务 - if (this.nativeProfile.apiServerStatus) { + if (this.nativeProfile.apiServerStatus && this.profile.apiServerEnable) { window.quickcommandHttpServer().run(this.profile.apiServerPort); console.log("Server Start..."); }