change
This commit is contained in:
@@ -91,8 +91,9 @@ export default {
|
||||
setJxtTime: this.setJxtTime * 1000,
|
||||
pageNo: this.value,
|
||||
iskb: '1',
|
||||
secCode: this.$store.getters.secCode
|
||||
secCode: this.secCode
|
||||
}
|
||||
console.log()
|
||||
this.$store.dispatch('setConfig', obj)
|
||||
this.$router.push('/screen' + this.value)
|
||||
// let element = document.documentElement
|
||||
|
||||
@@ -122,10 +122,10 @@ export default {
|
||||
mounted () {
|
||||
},
|
||||
destroyed () {
|
||||
// if (this.intervalId !== null) {
|
||||
// clearTimeout(this.intervalId)
|
||||
// this.intervalId = null
|
||||
// }
|
||||
if (this.intervalId !== null) {
|
||||
clearTimeout(this.intervalId)
|
||||
this.intervalId = null
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getPercentage (part, whole) {
|
||||
|
||||
Reference in New Issue
Block a user