BUG 26059
This commit is contained in:
@@ -35,7 +35,8 @@ export default {
|
|||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
params() {
|
params() {
|
||||||
return this.$route.query || {}
|
let {linkUrl} = this.$route.query
|
||||||
|
return {...this.$route.query, linkUrl: decodeURIComponent(linkUrl)} || {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
Reference in New Issue
Block a user