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