64850858
2021-06-07 df11956c3c203434d3ef54955a502c466f1382dd
web_src/src/components/ParentPlatformList.vue
@@ -156,7 +156,7 @@
      this.$axios({
         method: 'get',
   url:`/api/platform/query/${that.count}/${that.currentPage}`
         url:`/api/platform/query/${that.count}/${that.currentPage}`
      }).then(function (res) {
        that.total = res.data.total;
        that.platformList = res.data.list;