diff --git a/src/project/fengdu/AppHome/openPage.vue b/src/project/fengdu/AppHome/openPage.vue index 06a9b09..f3a601a 100644 --- a/src/project/fengdu/AppHome/openPage.vue +++ b/src/project/fengdu/AppHome/openPage.vue @@ -16,7 +16,7 @@ export default { }, methods: { getStatus() { - this.$instance.post('/app/appwechatguidepage/enableStatus').then(res=> { + this.$instance.post('/app/appwechatguidepage/enableStatus',null, { withoutToken: true }).then(res=> { if(res?.data) { this.status = res.data if(this.status==0) {