648540858
2023-02-14 81da03d981d0f08a2e8b46d7a2a9874eef02f671
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) {