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() {