This commit is contained in:
aixianling
2023-01-03 15:08:17 +08:00
parent 38a34a4ac3
commit 04350a9440

View File

@@ -50,7 +50,7 @@ export default {
getList() {
this.$http.post("/app/appvideoinfo/list", null, {
withoutToken: !this.user.token,
param: {size: 20}
params: {size: 20}
}).then(res => {
if (res?.data) {
this.list = res.data.records