From e4113ca814fe05256676bb7c83c88ef8d5842a97 Mon Sep 17 00:00:00 2001 From: wxd <1627315083@qq.com> Date: Thu, 19 Dec 2024 23:03:41 +0800 Subject: [PATCH] fix --- src/component/LoginPage/weiXinModel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/LoginPage/weiXinModel.vue b/src/component/LoginPage/weiXinModel.vue index d27cfa6a..5b08856a 100644 --- a/src/component/LoginPage/weiXinModel.vue +++ b/src/component/LoginPage/weiXinModel.vue @@ -47,7 +47,7 @@ export default defineComponent({ }) let data = reactive({ loadingShow:false, - scriptSrc:'http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js', + scriptSrc:'https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js', }) const init = async ()=>{ weiXinModel.weiXinModel = true