cy
2023-12-08 951e8fa8b82e56bd02bb6f821be070c21616f744
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()
            })
          });
        }
      });