From bb5018c7f480b3a6c9b225e009e5259ac3b7eb10 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Thu, 15 May 2025 10:24:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=85=A5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/dialog/configInfo.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/web/src/views/dialog/configInfo.vue b/web/src/views/dialog/configInfo.vue index c336b7742..5296d1b5f 100755 --- a/web/src/views/dialog/configInfo.vue +++ b/web/src/views/dialog/configInfo.vue @@ -2,7 +2,7 @@
- + {{ configInfoData.sip.id }} {{ configInfoData.sip.domain }} {{ configInfoData.sip.showIp }} @@ -20,6 +20,12 @@ {{ configInfoData.sip.password }} + + {{ configInfoData.jt1078Config.port }} + + {{ configInfoData.jt1078Config.password }} + +
@@ -36,6 +42,7 @@ export default { data() { return { showDialog: false, + key: null, configInfoData: { sip: {} @@ -45,9 +52,10 @@ export default { computed: {}, created() {}, methods: { - openDialog: function(data) { + openDialog: function(data, key) { console.log(data) this.showDialog = true + this.key = key this.configInfoData = data }, close: function() {