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: '登录失败',