From 3c7399c25c0f35c8aa7cb6af1935e31d1a3f0102 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 02 六月 2026 17:43:50 +0800
Subject: [PATCH] 新增智能电表、空调管理
---
h5/pages/login.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/h5/pages/login.vue b/h5/pages/login.vue
index 134d69c..bfa42da 100644
--- a/h5/pages/login.vue
+++ b/h5/pages/login.vue
@@ -116,10 +116,10 @@
}
})
} else {
- // let url = 'https://zhcg.fnwtzx.com/yunwei_h5'
+ let url = 'https://zhcg.fnwtzx.com/fn_h5'
// const appID = 'wx95ac1efb67f0330d'
- let url = 'https://dmtest.ahapp.net/yunwei_h5'
- const appID = 'wx4d7c10bdec51942b'
+ //let url = 'https://dmtest.ahapp.net/yunwei_h5'
+ const appID = 'wx15dfdae9a19177f3'
let uri = encodeURIComponent(url)
let authURL =
`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appID}&redirect_uri=${uri}&response_type=code&scope=snsapi_base#wechat_redirect`
--
Gitblit v1.9.3