lawrencehj
2021-06-22 e4148d9ba90c4699a57fb84170bb383821ac8bcd
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;