xu-bin-bin
2023-10-24 ae9976bb3a59cc3d9952dda6d9388bb412baa158
web_src/src/components/dialog/onvifEdit.vue
old 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 {