web_src/src/components/dialog/onvifEdit.vueold mode 100644 new mode 100755
@@ -81,7 +81,7 @@ console.log(this.form); this.$axios({ method: 'get', url:`api/onvif/rtsp`, url:`/api/onvif/rtsp`, params: { hostname: this.form.hostName, timeout: 3000, @@ -90,7 +90,7 @@ } }).then((res) => { console.log(res.data) if (res.data.code == 0) { if (res.data.code === 0) { if (res.data.data != null) { this.listChangeCallback(res.data.data) }else {