mrjackwang
2022-03-07 21506440d22a2f77d4bbeb4bb646a27b03bb9022
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) {