From cfe0b79fbea0fb1d7a5a796e71ada7d3b7812046 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期一, 15 十二月 2025 22:31:33 +0800
Subject: [PATCH] feat: 企业微信发送微信小程序cetd

---
 app/App.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/App.vue b/app/App.vue
index f45cc42..1d029f2 100644
--- a/app/App.vue
+++ b/app/App.vue
@@ -28,7 +28,7 @@
         if (token) {
           this.lastToken = token
           this.updateUnreadMessageBadge()
-          this.startMessagePolling()
+          // this.startMessagePolling()
         }
       })
       

--
Gitblit v1.9.1