WXL (wul)
6 天以前 a5cba9ab040f6f97558046885dce3017f9bab7e9
src/components/CallButton/index.vue
@@ -407,7 +407,17 @@
          orgName == "第一人民医院吴山院区"
        ) {
          this.sipConfig.sipUri = `${this.randomNum}@192.169.129.198`;
        } else if (
          orgName == "省立同德翠苑院区" ||
          orgName == "省立同德之江院区"||
          orgName == "省立同德闲林院区"||
          orgName == "省立同德天目山路院区"||
          orgName == "省立同德青山湖院区"
        ) {
          this.sipConfig.sipUri = `${this.randomNum}@220.88.10.62`;
        }
        console.log(this.sipConfig.sipUri);
      } catch (error) {
        console.error("获取分机号失败:", error);
        throw error; // 抛出错误以便上层处理