From bd450825444d22daca385ff529c75cd411ddc3c5 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Tue, 3 Feb 2026 02:41:19 +0800 Subject: [PATCH] fix: update page --- api/auth.js | 8 +- components/LoginPopup/LoginPopup.vue | 119 +++++++++++++++++------ components/PrivacyPopup/PrivacyPopup.vue | 73 +++++++++----- manifest.json | 1 + pages/index/index.vue | 4 - pages/mine/mine.vue | 16 ++- 6 files changed, 149 insertions(+), 72 deletions(-) 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 @@