WangHan
2025-04-03 a1b85ef72062ca80db35546e4216dd564f3e0f57
admin-web/src/views/systemSetting/user/profile/resetPwd.vue
@@ -68,6 +68,10 @@
              btnMixPd: undefined
            }
            this.$modal.msgSuccess("修改成功");
            // 修改成功,退出系统
            this.$store.dispatch('user/logout').then(() => {
              location.reload()
            })
          });
        }
      });