648540858
2023-03-05 a7c3cf531640bb59aa90cb476b8c21db97f41ddb
web_src/src/components/dialog/MediaServerEdit.vue
@@ -335,7 +335,7 @@
      var that = this;
      await that.$axios({
        method: 'get',
        url:`./api/platform/exit/${deviceGbId}`
        url:`/api/platform/exit/${deviceGbId}`
      }).then(function (res) {
        result = res.data;
      }).catch(function (error) {