Merge branch 'wvp-28181-2.0' into wvp-28181-2.0

This commit is contained in:
mrjackwang
2022-03-07 09:01:14 +08:00
committed by GitHub
41 changed files with 14921 additions and 305 deletions

14263
web_src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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