WXL (wul)
2 天以前 3d41233538c06622686fec3e613f61411f320b2b
src/components/CallButton/index.vue
@@ -56,8 +56,8 @@
      sipStatusClass: "status-disconnected",
      sipConfig: {
        // 移除硬编码的wsUrl和domain
        wsUrl:'',
        sipUri:'',
        wsUrl: "",
        sipUri: "",
        password: "Smartor@2023",
        displayName: "Web 小龙",
        // realm: "9.208.5.18:8090",
@@ -199,6 +199,8 @@
          this.sipConfig.sipUri = `${this.randomNum}@192.168.10.124`;
        } else if (orgName == "龙泉市人民医院") {
          this.sipConfig.sipUri = `${this.randomNum}@10.10.0.220`;
        } else if (orgName == "杭州市第一人民医院湖滨院区"||orgName == "杭州市第一人民医院吴山院区") {
          this.sipConfig.sipUri = `${this.randomNum}@192.169.5.248`;
        }
      } catch (error) {
        console.error("获取分机号失败:", error);