Commit 59239a74 by 李嘉林

修改

parent 17751e7d
...@@ -44,7 +44,7 @@ export default { ...@@ -44,7 +44,7 @@ export default {
} }
if (!wx.getStorageSync("sessionid")) { if (!wx.getStorageSync("sessionid")) {
wx.redirectTo({ wx.redirectTo({
url: `../login/main?scene=sso&back=${link}`, url: `../login/main?scene=sso&isEncode=1&back=${link}`,
}); });
} else { } else {
this.getSsoBcakUrl(decodeURIComponent(link)); this.getSsoBcakUrl(decodeURIComponent(link));
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
if (getUrlKey(decodeURIComponent(link), "scene") == "sso") { if (getUrlKey(decodeURIComponent(link), "scene") == "sso") {
if (!wx.getStorageSync("sessionid")) { if (!wx.getStorageSync("sessionid")) {
wx.redirectTo({ wx.redirectTo({
url: `../login/main?scene=sso&back=${link}`, url: `../login/main?scene=sso&isEncode=1&back=${link}`,
}); });
} else { } else {
this.getSsoBcakUrl(decodeURIComponent(link)); this.getSsoBcakUrl(decodeURIComponent(link));
......
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