withoutToken

This commit is contained in:
shijingjing
2023-03-21 11:04:23 +08:00
parent bacb186def
commit b6b589fcd7

View File

@@ -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) {