From f18bb7b12570fef91d4acec6aa6f203aa5c2722d Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 15 May 2022 01:02:12 +0800 Subject: [PATCH] bugfix --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 1f1e1e4..f4ec709 100644 --- a/src/App.vue +++ b/src/App.vue @@ -84,7 +84,7 @@ export default defineComponent({ this.runCronTask(featureCode, cronExp); }); // 快捷命令服务 - if (this.nativeProfile.serverStatus && this.profile.apiServerEnable) { + if (this.nativeProfile.serverStatus) { window.quickcommandHttpServer().run(this.nativeProfile.serverPort); console.log("Server Start..."); }