648540858
2021-08-05 96bc081ea94bdb76af43439a43ee12c66a8bb9c7
web_src/src/components/service/MediaServer.js
@@ -9,7 +9,7 @@
  getMediaServerList(callback){
    this.$axios({
      method: 'get',
      url:`/api/server/media_server/list`,
      url:`/api/server/media_server/online/list`,
    }).then(function (res) {
      if (typeof (callback) == "function") callback(res.data)
    }).catch(function (error) {