mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
必须同时满足两个条件
This commit is contained in:
parent
3cd946c305
commit
b04f0ed761
@ -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...");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user