From a8c424e49db9213e879bf6c44cebccdfddaa1808 Mon Sep 17 00:00:00 2001 From: BradyXu <brady_xu@outlook.com> Date: 星期日, 12 五月 2024 02:00:55 +0800 Subject: [PATCH] 修复sip绑定监听多网卡IP时,新增上级平台新增失败的问题,本地IP改成从配置的多IP下拉选择 --- web_src/src/components/dialog/configInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/configInfo.vue b/web_src/src/components/dialog/configInfo.vue old mode 100644 new mode 100755 index 83d9f38..4ac90cc --- a/web_src/src/components/dialog/configInfo.vue +++ b/web_src/src/components/dialog/configInfo.vue @@ -13,7 +13,7 @@ <el-descriptions title="鍥芥爣鏈嶅姟淇℃伅" v-if="configInfoData.sip" :span="2"> <el-descriptions-item label="缂栧彿" >{{configInfoData.sip.id}}</el-descriptions-item> <el-descriptions-item label="鍩�">{{configInfoData.sip.domain}}</el-descriptions-item> - <el-descriptions-item label="IP">{{configInfoData.sip.ip}}</el-descriptions-item> + <el-descriptions-item label="IP">{{configInfoData.sip.showIp}}</el-descriptions-item> <el-descriptions-item label="绔彛">{{configInfoData.sip.port}}</el-descriptions-item> <el-descriptions-item label="瀵嗙爜"> <el-tag size="small">{{configInfoData.sip.password}}</el-tag> -- Gitblit v1.8.0