Lawrence
2021-01-14 fcb76a9ebc56575bb0d17a04e0d7c715976be6d6
web_src/src/components/videoList.vue
@@ -134,7 +134,7 @@
            this.getDeviceListLoading = true;
            this.$axios.get(`/api/devices`,{
               params: {
                  page: that.currentPage - 1,
                  page: that.currentPage,
                  count: that.count
               }
            } )