优化代码

pull/6/head
nineven 4 years ago
parent a3cbc7354b
commit a5dd4c7759
  1. 6
      fir_client/src/components/FirAppInfossecurity.vue

@ -203,10 +203,8 @@
this.wxeasytypetip.val = 'off'; this.wxeasytypetip.val = 'off';
} }
this.wxeasytypeflag = true; this.wxeasytypeflag = true;
this.wxeasy_disable = false;
if (!this.$store.state.userinfo.domain_name && !this.currentapp.domain_name) { this.wxeasy_disable = !this.$store.state.userinfo.domain_name && !this.currentapp.domain_name;
this.wxeasy_disable = true;
}
}, },
setwxredirectshow(currentapp) { setwxredirectshow(currentapp) {
if (currentapp.wxredirect === 1) { if (currentapp.wxredirect === 1) {

Loading…
Cancel
Save