Lawrence
2021-01-12 d563527289927f2ac2f2f9ae25e0b59c5d532684
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
               }
            } )