withoutToken
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user