648540858
2024-04-30 fa8ff09b426ac3fab3e3e715ffff15e60c20779c
web_src/src/components/service/MediaServer.js
old mode 100644 new mode 100755
@@ -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);
    });
  }
@@ -45,7 +45,8 @@
      params: {
        ip: param.ip,
        port: param.httpPort,
        secret: param.secret
        secret: param.secret,
        type: param.type
      }
    }).then(function (res) {
      if (typeof (callback) == "function") callback(res.data)