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无法连接问题

---
 pages/tabBar/warning.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/pages/tabBar/warning.vue b/pages/tabBar/warning.vue
index c3aed9d..c6e6b9e 100644
--- a/pages/tabBar/warning.vue
+++ b/pages/tabBar/warning.vue
@@ -125,13 +125,11 @@
 
 <script>
 	import dropdownMenu from '@/components/drop-down-menu/index.vue'
-	import realWarning from './components/realWarning.vue'
 	import hisWarning from './components/hisWarning.vue'
 	import dayjs from 'dayjs'
 	export default {
 		components: {
 			dropdownMenu,
-			realWarning,
 			hisWarning
 		},
 		data() {

--
Gitblit v1.9.3