648540858
2021-09-13 5e8a7ce21e35b2c4d7faeede04e60b3537db2f3c
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;