Commit 780f7597 by 展昭

tij

parent fadfd28f
Showing with 1 additions and 1 deletions
...@@ -71,7 +71,7 @@ router.beforeEach((to, from, next) => { ...@@ -71,7 +71,7 @@ router.beforeEach((to, from, next) => {
var toPath = to.path || "/"; var toPath = to.path || "/";
for (let key in to.query) { for (let key in to.query) {
if (key == 'authcode') { if (key == 'authcode'||key == 'authCode') {
continue; continue;
} }
toPath += toPath.indexOf("?") > -1 ? "&" : "?"; toPath += toPath.indexOf("?") > -1 ? "&" : "?";
......
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 sign in to comment