648540858
2022-05-06 5d901b5e3f033e8b04e53420d68626cbd87431c8
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);
    });
  }