mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-11 16:14:05 +08:00
bugfix
This commit is contained in:
parent
ac3a1e235a
commit
f18bb7b125
@ -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...");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user