From 292a07615b42b193351b39d887eff7d9affdff39 Mon Sep 17 00:00:00 2001
From: cshenfu <men883234@gmail.com>
Date: 星期三, 07 六月 2023 12:27:42 +0800
Subject: [PATCH] change https

---
 pages/index/home.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/index/home.vue b/pages/index/home.vue
index 69c7da4..cabfe3a 100755
--- a/pages/index/home.vue
+++ b/pages/index/home.vue
@@ -125,7 +125,7 @@
 			this.shar_openid = st_open
 			var url_local = location.href.split("#")[0]
 			this.open_id_data = this.$store.state.userInfo.openid
-			var urlLink = "http://ai.shsening.com/gpth5/#/pages/index/home?openid="+this.open_id_data
+			var urlLink = "https://ai.shsening.com/gpth5/#/pages/index/home?openid="+this.open_id_data
 			this.$request("/api/Member/wxH5ShareId",'POST',{
 				url:url_local
 			}).then((res) => {

--
Gitblit v1.9.1