From a5dd4c7759b6e95d75f1316f6c1517bfe6cb2fa4 Mon Sep 17 00:00:00 2001 From: nineven Date: Sun, 31 Jan 2021 21:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/src/components/FirAppInfossecurity.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fir_client/src/components/FirAppInfossecurity.vue b/fir_client/src/components/FirAppInfossecurity.vue index e66e81c..e3a2813 100644 --- a/fir_client/src/components/FirAppInfossecurity.vue +++ b/fir_client/src/components/FirAppInfossecurity.vue @@ -203,10 +203,8 @@ this.wxeasytypetip.val = 'off'; } this.wxeasytypeflag = true; - this.wxeasy_disable = false; - if (!this.$store.state.userinfo.domain_name && !this.currentapp.domain_name) { - this.wxeasy_disable = true; - } + + this.wxeasy_disable = !this.$store.state.userinfo.domain_name && !this.currentapp.domain_name; }, setwxredirectshow(currentapp) { if (currentapp.wxredirect === 1) {