renkang
2024-11-22 5c4250bc45ff7fc0b554e397264dfba3e88f4cc2
admin/src/components/common/CommonHeader.vue
@@ -114,7 +114,7 @@
  },
  mounted() {
    // needChangePwd 0 : 默认密码需要修改,1 不需要
    if (userInfo &&(!this.userInfo.needChangePwd || this.userInfo.needChangePwd == '0')) {
    if (this.userInfo &&(!this.userInfo.needChangePwd || this.userInfo.needChangePwd == '0')) {
      this.visible.changePwd = true
    }
  },