From 24754db1521382c43bf1c2358af877c9a5725e56 Mon Sep 17 00:00:00 2001 From: nineven Date: Sun, 31 Jan 2021 17:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2=E5=88=B7?= =?UTF-8?q?=E6=96=B0=20=E6=8C=89=E9=92=AE=E8=A2=AB=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/src/components/FirAppInfossecurity.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fir_client/src/components/FirAppInfossecurity.vue b/fir_client/src/components/FirAppInfossecurity.vue index 7203622..e66e81c 100644 --- a/fir_client/src/components/FirAppInfossecurity.vue +++ b/fir_client/src/components/FirAppInfossecurity.vue @@ -203,7 +203,8 @@ this.wxeasytypetip.val = 'off'; } this.wxeasytypeflag = true; - if (!this.$store.state.userinfo.domain_name) { + this.wxeasy_disable = false; + if (!this.$store.state.userinfo.domain_name && !this.currentapp.domain_name) { this.wxeasy_disable = true; } }, @@ -375,13 +376,13 @@ appinit() { this.currentapp = this.$store.state.currentapp; this.set_default_flag(); - this.setbuttondefault(this.currentapp); this.orgcurrentapp = deepCopy(this.currentapp); if (!this.currentapp.domain_name || this.currentapp.domain_name.length < 3) { if (this.$store.state.userinfo.domain_name && this.$store.state.userinfo.domain_name.length > 3) { this.defualt_dtitle = this.$store.state.userinfo.domain_name; } } + this.setbuttondefault(this.currentapp); } }, mounted() {