From a2b23fbab2eb147dc009dd05d30299006e483059 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 13 Oct 2025 09:55:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81h5=E7=AB=AF=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/auth/login.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/auth/login.vue b/pages/auth/login.vue index 6b9ff1c..b0916a3 100644 --- a/pages/auth/login.vue +++ b/pages/auth/login.vue @@ -90,6 +90,9 @@ // #ifdef APP-PLUS that.appLogin() // #endif + // #ifdef H5 + that.appLogin() + // #endif // #ifdef MP-WEIXIN that.wxmpLogin() // #endif