mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
必须同时满足两个条件
This commit is contained in:
@@ -83,7 +83,7 @@ export default defineComponent({
|
|||||||
this.runCronTask(featureCode, cronExp);
|
this.runCronTask(featureCode, cronExp);
|
||||||
});
|
});
|
||||||
// 快捷命令服务
|
// 快捷命令服务
|
||||||
if (this.nativeProfile.apiServerStatus) {
|
if (this.nativeProfile.apiServerStatus && this.profile.apiServerEnable) {
|
||||||
window.quickcommandHttpServer().run(this.profile.apiServerPort);
|
window.quickcommandHttpServer().run(this.profile.apiServerPort);
|
||||||
console.log("Server Start...");
|
console.log("Server Start...");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user