引导页配置

This commit is contained in:
liuye
2023-03-20 17:38:47 +08:00
parent ce1d5ccb5d
commit d66ff0ede0

View File

@@ -179,7 +179,7 @@
}) })
}, },
changeStatus() { changeStatus() {
if(this.isFlag = true) return if(this.isFlag == true) return
this.isFlag = true this.isFlag = true
this.instance.post(`/app/appwechatguidepage/enable`).then(res => { this.instance.post(`/app/appwechatguidepage/enable`).then(res => {
if (res.code == 0) { if (res.code == 0) {