From 1feb410410781eb56159c8fdd856e68d2c23e0a4 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 12 十二月 2025 15:21:26 +0800
Subject: [PATCH] 测试完成

---
 src/components/CallButton/index.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index c2bd148..4a08029 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -100,6 +100,9 @@
   },
 
   async mounted() {
+    if (localStorage.getItem("orgname")=='鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�') {
+      return
+    }
     await this.CallgetList();
     this.isRegistering = true; // 寮�濮嬫敞鍐�
     sipService.init(this.sipConfig);

--
Gitblit v1.9.3