From e38536b8ac9530bcbc2217737596e63afa7467f8 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 18 十二月 2025 09:57:43 +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