From a27335695c1af0cbba72de09f4aa89db09c509ca Mon Sep 17 00:00:00 2001 From: wyy <3234929097@qq.com> Date: Mon, 25 Dec 2023 14:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E4=B8=8B=E7=82=B9=E7=99=BB=E5=BD=95=E6=B2=A1=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/mall4uni/src/pages/accountLogin/accountLogin.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/front-end/mall4uni/src/pages/accountLogin/accountLogin.vue b/front-end/mall4uni/src/pages/accountLogin/accountLogin.vue index f1058d1..4027267 100644 --- a/front-end/mall4uni/src/pages/accountLogin/accountLogin.vue +++ b/front-end/mall4uni/src/pages/accountLogin/accountLogin.vue @@ -122,7 +122,6 @@ const login = () => { errorTips.value = 2 } else { errorTips.value = 0 - // #ifdef H5 || APP-PLUS http.request({ url: '/login', method: 'post', @@ -146,7 +145,6 @@ const login = () => { }) }) }) - // #endif } }