Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -16,7 +16,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getStatus() {
|
getStatus() {
|
||||||
this.$instance.post('/app/appwechatguidepage/enableStatus').then(res=> {
|
this.$instance.post('/app/appwechatguidepage/enableStatus',null, { withoutToken: true }).then(res=> {
|
||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
this.status = res.data
|
this.status = res.data
|
||||||
if(this.status==0) {
|
if(this.status==0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user