fix: update page

This commit is contained in:
zzc
2026-02-03 02:41:19 +08:00
parent 52af2aad8f
commit bd45082544
6 changed files with 149 additions and 72 deletions

View File

@@ -24,8 +24,8 @@ export const updateUserInfo = async (body) => {
};
export const reportPrivacy = async () => {
return request({
url: "/api/common/privacy/report",
method: "POST",
});
// return request({
// url: "/api/common/privacy/report",
// method: "POST",
// });
};