This commit is contained in:
2025-08-13 10:23:49 +08:00
parent 37d1900440
commit 73f4b2ae54
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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) {