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