This commit is contained in:
liuye
2023-01-04 13:45:12 +08:00

View File

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