Commit 17751e7d by 李嘉林

多了个&

parent 47cfbfe6
......@@ -69,7 +69,7 @@ export default {
if (wx.getStorageSync("sessionid")) {
this.getSsoBcakUrl(decodeURIComponent(link).replace(/\/\?(.+?)#\//, '/?token=${token}&scene=sso&toAppid=qOAhsauSaagQlxYdGbJL#/'))
} else {
let url = `/pages/login/main?scene=sso&isEncode=1&&back=${link}`;
let url = `/pages/login/main?scene=sso&isEncode=1&back=${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