Commit 71e6a164 by 张卓

智能表单返回带backPath

parent 11e3a939
......@@ -44,7 +44,7 @@ export default {
}
)
}else {
let url = `/pages/login/main?back=sso`;
let url = `/pages/login/main?sence=sso&back=${options.link}`;
wx.navigateTo({
url
})
......
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