BUG 19
This commit is contained in:
@@ -50,7 +50,7 @@ export default {
|
|||||||
getList() {
|
getList() {
|
||||||
this.$http.post("/app/appvideoinfo/list", null, {
|
this.$http.post("/app/appvideoinfo/list", null, {
|
||||||
withoutToken: !this.user.token,
|
withoutToken: !this.user.token,
|
||||||
param: {size: 20}
|
params: {size: 20}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.list = res.data.records
|
this.list = res.data.records
|
||||||
|
|||||||
Reference in New Issue
Block a user