南昌市物联网技防平台-前端
zengh
2021-05-21 ee29cf3cb78586a41ada809f90f6483404cc3aa4
src/views/Video/video.vue
@@ -20,6 +20,8 @@
      reportUrl: "",
      channelNumber: null,
      serialNumber: null,
      manufacturers: null,
      deviceNumber: null,
    };
  },
  methods: {
@@ -28,7 +30,11 @@
        "./realVideo/realtime-view-videos.html?channelNumber=" +
        this.$route.query.channelNumber +
        "&serialNumber=" +
        this.$route.query.serialNumber;
        this.$route.query.serialNumber +
        "&manufacturer=" +
        this.$route.query.manufacturers +
        "&deviceNumber=" +
        this.$route.query.deviceNumber;
    },
  },
};