diff --git a/src/project/qujing/AppHome/AppHome.vue b/src/project/qujing/AppHome/AppHome.vue index 874cd0f..e644326 100644 --- a/src/project/qujing/AppHome/AppHome.vue +++ b/src/project/qujing/AppHome/AppHome.vue @@ -151,7 +151,8 @@ export default { }, getCategoryList() { this.$instance.post("/app/appcontentinfo/list", null, { - params: {...this.search, size: 100} + params: {...this.search, size: 100}, + withoutToken: true }).then(res => { if (res?.data) { this.categoryList = res.data.records;