Commit 1f2cffe2 by 程默

ugli

parent 9c1330cb
......@@ -274,7 +274,7 @@ export default {
wx.navigateBack({
delta: 1
});
}else if (this.scene=='sso') {
}else if (this.scene=='sso' || this.backPath.includes('scene=sso')) {
wx.redirectTo({
url: `../wxArticle/main?link=${this.backPath}`,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment