648540858
2022-07-27 d891b89c4b95d6ea74d1c6fe8baa13123bf3dee3
web_src/src/components/service/MediaServer.js
@@ -10,9 +10,9 @@
    this.$axios({
      method: 'get',
      url:`/api/server/media_server/online/list`,
    }).then(function (res) {
    }).then((res) => {
      if (typeof (callback) == "function") callback(res.data)
    }).catch(function (error) {
    }).catch((error) => {
      console.log(error);
    });
  }