doum
2025-12-08 ecc1f1f70da17f9672d4fd5b830ca7f5c18a3aa1
admin/src/components/common/CommonHeader.vue
@@ -261,8 +261,9 @@
          newPwd: this.changePwdData.form.newPwd
        })
          .then(() => {
            console.log('修改成功')
            this.$tip.apiSuccess('修改成功')
            this.$store.commit('setUserInfo', { needChangePwd: 1 })
            // this.$store.commit('setUserInfo', { needChangePwd: 1 })
            this.visible.changePwd = false
          })
          .catch(e => {