|
@@ -13,7 +13,8 @@ export default {
|
|
|
|
|
|
const eventChannel = this.getOpenerEventChannel()
|
|
const eventChannel = this.getOpenerEventChannel()
|
|
eventChannel.on('webUrl', (data)=> {
|
|
eventChannel.on('webUrl', (data)=> {
|
|
- this.url=`${data.url}&token=${this.$store.state.user.token}`
|
|
|
|
|
|
+ const timestamp=new Date().getTime()
|
|
|
|
+ this.url=`${data.url}&token=${this.$store.state.user.token}×tamp=${timestamp}`
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|