riku
2024-10-18 c7bd6db3190ff5c4b55d004db0b9fa944604925f
src/api/fytz/userApi.js
@@ -45,7 +45,7 @@
   * 重置用户密码
   */
  resetPassword(id) {
    return $fytz.post(`userInfo/resetPw?userId=${id}`).then((res) => res);
    return $fytz.post(`userInfo/resetPw?userId=${id}`).then((res) => res.data);
  },