修改3个小bug

This commit is contained in:
李防
2022-03-05 17:05:05 +08:00
parent 3dc1e0368e
commit cbea5f64c9
5 changed files with 14346 additions and 88 deletions

View File

@@ -198,7 +198,7 @@ export default {
let that = this;
this.$axios({
method: 'get',
url:`/api/platform/query/10000/0`
url:`/api/platform/query/10000/1`
}).then(function (res) {
that.platformList = res.data.list;
}).catch(function (error) {