From fc3b818f35aae344350dfb59551db257f261c580 Mon Sep 17 00:00:00 2001 From: xuefei <564615061@qq.cm> Date: 星期日, 02 七月 2023 11:53:26 +0800 Subject: [PATCH] bug:外购净重不对 --- App.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/App.vue b/App.vue index 72d23d5..758985e 100644 --- a/App.vue +++ b/App.vue @@ -9,9 +9,11 @@ }, onShow() { - console.log('appvueZI鏄剧ず'); + console.log('appvue鏄剧ず'); if (!this.globalisconnect && !this.globalisUploadimg) { this.$store.dispatch('websocketInit') + this.changeisconnect(false); + console.log('appvue鐨剋s'); } }, methods: { -- Gitblit v1.9.1