648540858
2022-08-22 042b28b2d62860db912b254420fb4172880aafab
web_src/src/components/ParentPlatformList.vue
@@ -127,8 +127,8 @@
    deletePlatformCommit: function(platform) {
        var that = this;
        that.$axios({
      method: 'delete',
      url:`/api/platform/delete/${platform.serverGBId}`
          method: 'delete',
          url:`/api/platform/delete/${platform.serverGBId}`
        }).then(function (res) {
            if (res.data.code === 0) {
                that.$message({