BUG 26059
This commit is contained in:
@@ -36,7 +36,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
params() {
|
||||
return qs.parse(location.search)
|
||||
return qs.parse(decodeURIComponent(location.search))
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user