diff --git a/api/auth.js b/api/auth.js index 935d672..94c010d 100644 --- a/api/auth.js +++ b/api/auth.js @@ -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", + // }); }; diff --git a/components/LoginPopup/LoginPopup.vue b/components/LoginPopup/LoginPopup.vue index a72cb58..eaf851c 100644 --- a/components/LoginPopup/LoginPopup.vue +++ b/components/LoginPopup/LoginPopup.vue @@ -1,32 +1,37 @@