lawrencehj
2021-07-23 f8abd2603002eb6ff296d26f99042681d9b2bc92
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;