From ed9709a6e101a7f2eca4403f93e7aa4f71a78220 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 21 Feb 2022 16:25:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android
---
App.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/App.vue b/App.vue
index d5f7b90..5265f06 100644
--- a/App.vue
+++ b/App.vue
@@ -34,13 +34,13 @@
},
watch: {
socketValue() {
- console.log(this.socketValue);
+ // console.log(this.socketValue);
let that = this;
if (that.socketValue.type === "start") {
- console.log("任务开启")
+ // console.log("任务开启")
this.$store.commit("addTask", this.socketValue.rid);
} else if (that.socketValue.type === "stop") {
- console.log("任务结束")
+ // console.log("任务结束")
this.$store.commit("stopTask", this.socketValue.rid);
}
}
--
Gitblit v1.9.3