This commit is contained in:
fofolee 2022-05-15 01:02:12 +08:00
parent ac3a1e235a
commit f18bb7b125

View File

@ -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...");
}