From d201cebd7d6578c835cb7186aba519285853eac4 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 18 May 2023 15:16:09 +0800 Subject: [PATCH 1/2] bug --- src/project/qujing/AppHome/AppHome.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/project/qujing/AppHome/AppHome.vue b/src/project/qujing/AppHome/AppHome.vue index aa27c7b..874cd0f 100644 --- a/src/project/qujing/AppHome/AppHome.vue +++ b/src/project/qujing/AppHome/AppHome.vue @@ -121,12 +121,12 @@ export default { }, onLoad() { + this.getSwiperList(); + this.getName(); + this.getGrids(); + this.getActive(); + this.getNotice(); this.autoLogin().then(() => { - this.getSwiperList(); - this.getName(); - this.getGrids(); - this.getActive(); - this.getNotice(); }) }, methods: { @@ -404,7 +404,7 @@ export default { height: 100%; } } - + } .list-wrap { From 4194829fc0c6e4452b3e0fb7278591443e855581 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 18 May 2023 15:41:51 +0800 Subject: [PATCH 2/2] bug --- src/project/qujing/AppHome/AppHome.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;