BUG 26059
This commit is contained in:
@@ -29,14 +29,14 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {mapActions} from 'vuex'
|
import {mapActions} from 'vuex'
|
||||||
|
import qs from "query-string"
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Result',
|
name: 'Result',
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
params() {
|
params() {
|
||||||
let {linkUrl} = this.$route.query
|
return qs.parse(location.search)
|
||||||
return {...this.$route.query, linkUrl: decodeURIComponent(linkUrl)} || {}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
Reference in New Issue
Block a user