Commit d93bc794 authored by 张俊's avatar 张俊

decodeURIComponent

parent ee14c06d
Pipeline #75517 passed with stage
......@@ -606,7 +606,7 @@ export default {
if (response.data.success == 1) {
let redirect = self.$route.query.ReturnUrl;
if (redirect && redirect != "") {
// redirect = decodeURIComponent(redirect)
redirect = decodeURIComponent(redirect)
window.location.href = redirect;
} else {
self.$api.general.getNowUser().then((response) => {
......
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