From dea4726e50cfd8dc259ce044ca3dbcb72d26d6c6 Mon Sep 17 00:00:00 2001
From: francis_fh <13935151924@163.com>
Date: Thu, 27 Nov 2025 17:07:04 +0800
Subject: [PATCH] =?UTF-8?q?H5=E7=99=BB=E5=BD=95=E4=B9=8B=E5=90=8E=E8=B7=B3?=
=?UTF-8?q?=E8=BD=AC=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/login/h5-login.vue | 30 ++++++------------------------
1 file changed, 6 insertions(+), 24 deletions(-)
diff --git a/pages/login/h5-login.vue b/pages/login/h5-login.vue
index dbf8bda..7b10e8a 100644
--- a/pages/login/h5-login.vue
+++ b/pages/login/h5-login.vue
@@ -75,29 +75,11 @@
-
-
-
-
-
- 其他登录方式
-
-
-
-
-
-
-
-
- 社保卡登录
-
-
-
@@ -211,11 +193,11 @@ const handleLogin = async () => {
title: '登录成功',
icon: 'success'
})
-
- // 跳转到首页
- uni.reLaunch({
- url: '/pages/index/index'
- })
+ window.location.assign('http://222.80.110.161:11111/mechine-dual-vue/login')
+ // // 跳转到首页
+ // uni.reLaunch({
+ // url: '/pages/index/index'
+ // })
} else {
uni.showToast({
title: '登录失败',