From 8304eac2a45a32b00563c03a2f3fd303ecd5872a Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期五, 22 八月 2025 13:54:36 +0800
Subject: [PATCH] 1.解决微信小程序真机MQTT无法连接问题

---
 App.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/App.vue b/App.vue
index 5fa7395..efd3631 100644
--- a/App.vue
+++ b/App.vue
@@ -33,16 +33,16 @@
 			//鎺ㄩ�佷粎鏀寔Android ios鍘熺敓骞冲彴
 			// #ifdef APP-PLUS
 			// 姝ゅ涓簎nipush1.0鐨勬帹閫佹柟娉�
-			plus.push.getClientInfoAsync((info) => {
-				let cid = info["clientid"];
-				console.log('瀹㈡埛绔帹閫佹爣璇�:', cid)
-				this.$store.dispatch('setClientPushId', cid); // 浣跨敤 action 鏇存柊 cid
+			// plus.push.getClientInfoAsync((info) => {
+			// 	let cid = info["clientid"];
+			// 	console.log('瀹㈡埛绔帹閫佹爣璇�:', cid)
+			// 	this.$store.dispatch('setClientPushId', cid); // 浣跨敤 action 鏇存柊 cid
 
-			});
+			// });
 			// #endif
-			uni.onPushMessage((res) => {
-				console.log("鏀跺埌鎺ㄩ�佹秷鎭細", res) //鐩戝惉鎺ㄩ�佹秷鎭�
-			})
+			// uni.onPushMessage((res) => {
+			// 	console.log("鏀跺埌鎺ㄩ�佹秷鎭細", res) //鐩戝惉鎺ㄩ�佹秷鎭�
+			// })
 
 			uni.getSystemInfo({
 				success: function(e) {

--
Gitblit v1.9.3