panlinlin
2021-04-12 4010ed6c23d081a2937d0fe1719414ba127b17a2
web_src/src/components/dialog/chooseChannelForStream.vue
@@ -162,7 +162,9 @@
        getChannelList: function () {
            let that = this;
            this.$axios.get(`/api/gbStream/list`, {
            this.$axios({
                method: 'get',
                url:`/api/gbStream/list`,
                    params: {
                        page: that.currentPage,
                        count: that.count,