ll
liukangdong
2024-11-22 760f528e53aafdd061daae9a2c4ad6062b923d6e
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
    }
  },