From 3cf6f5204b0ade9aa5022d5fcecbef095c575918 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 16 十二月 2025 09:44:41 +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