This commit is contained in:
fofolee 2022-05-09 00:46:28 +08:00
parent 590f5fbf21
commit 66709f94ad

View File

@ -121,7 +121,7 @@ export default {
restartServer() {
if (!this.$root.nativeProfile.serverPort)
this.$root.nativeProfile.serverPort = 33442;
if ((this.$root.nativeProfile.serverStatus = true)) {
if (this.$root.nativeProfile.serverStatus) {
window.quickcommandHttpServer().stop();
window
.quickcommandHttpServer()