mrjackwang
2022-03-10 1cb2b2cc5f964573f56b54712ec023df6dcef843
web_src/src/components/dialog/StreamProxyEdit.vue
@@ -184,7 +184,7 @@
      let that = this;
      this.$axios({
        method: 'get',
        url:`/api/platform/query/100/1`
        url:`/api/platform/query/10000/1`
      }).then(function (res) {
        that.platformList = res.data.list;
      }).catch(function (error) {