mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
bugfix
This commit is contained in:
parent
590f5fbf21
commit
66709f94ad
@ -121,7 +121,7 @@ export default {
|
|||||||
restartServer() {
|
restartServer() {
|
||||||
if (!this.$root.nativeProfile.serverPort)
|
if (!this.$root.nativeProfile.serverPort)
|
||||||
this.$root.nativeProfile.serverPort = 33442;
|
this.$root.nativeProfile.serverPort = 33442;
|
||||||
if ((this.$root.nativeProfile.serverStatus = true)) {
|
if (this.$root.nativeProfile.serverStatus) {
|
||||||
window.quickcommandHttpServer().stop();
|
window.quickcommandHttpServer().stop();
|
||||||
window
|
window
|
||||||
.quickcommandHttpServer()
|
.quickcommandHttpServer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user