From 6e66592ba2a09c8dda2d79697bc3df02292bcc0e Mon Sep 17 00:00:00 2001 From: nineven Date: Thu, 28 Jan 2021 17:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0APP=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E7=A0=81=E4=BF=9D=E5=AD=98=E6=9C=AC=E5=9C=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/src/components/FirAppInfosBase.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/fir_client/src/components/FirAppInfosBase.vue b/fir_client/src/components/FirAppInfosBase.vue index 1b6b4fc..cbaea2f 100644 --- a/fir_client/src/components/FirAppInfosBase.vue +++ b/fir_client/src/components/FirAppInfosBase.vue @@ -127,6 +127,7 @@ }, setfunactive(item, index) { for (let key in this.$refs) { + if(key === "qr") continue; if (key === item) { this.$refs[key].classList.add('active'); this.$store.dispatch('doappInfoIndex', [[index, index], [index, index]]);