64850858
2021-06-01 ad93be12fb3705e995cf0dab933760edaef3dd7a
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;