修复登录问题

This commit is contained in:
aixianling
2023-01-04 11:27:20 +08:00
parent 2c4e83a19b
commit c771611966

View File

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