panlinlin
2021-04-11 89244932c6185cd39e9a9f8aa8bf3acf99329335
web_src/src/components/dialog/StreamProxyEdit.vue
@@ -176,7 +176,7 @@
      var result = false;
      var that = this;
      await that.$axios
        .post(`/api/platforms/exit/${deviceGbId}`)
        .post(`/api/platform/exit/${deviceGbId}`)
        .then(function (res) {
          result = res.data;
        })