看板打包

This commit is contained in:
2023-09-22 14:04:11 +08:00
parent 00ee78267d
commit c0961ec9d3
3 changed files with 14 additions and 10 deletions

View File

@@ -86,7 +86,10 @@ html, body {
min-width: 1440px;
min-height: 1040px; */
width: 1920px;
height: 1200px;
height: 1200px;
/* 顺和大屏尺寸 */
/* height: 1080px; */
/* 顺和看板尺寸 */
}
body {

View File

@@ -99,6 +99,7 @@ export default {
}
this.$store.dispatch('setConfig', obj)
this.$router.push('/LogisticsProcess')
// this.$router.push('/SortWorkMonitor')
// this.$router.push('/MonitoringScreen')
// this.$router.push('/HomeScreen')
// if (this.active === '0') {

View File

@@ -171,14 +171,14 @@ export default {
// })
},
beforeDestroy () {
this.$nextTick(() => {
const bodyStyle = document.body.style
const htmlStyle = document.getElementsByTagName('html')[0].style
bodyStyle.width = '1920px'
htmlStyle.width = '1920px'
bodyStyle.height = '1200px'
htmlStyle.height = '1200px'
})
// this.$nextTick(() => {
// const bodyStyle = document.body.style
// const htmlStyle = document.getElementsByTagName('html')[0].style
// bodyStyle.width = '1920px'
// htmlStyle.width = '1920px'
// bodyStyle.height = '1080px'
// htmlStyle.height = '1080px'
// })
},
data () {
return {
@@ -206,7 +206,7 @@ export default {
timer1: null,
timer2: null,
step: 0.4, // 数值越大速度滚动越快
limitMoveNum: 7, // 开始无缝滚动的数据量 this.dataList.length
limitMoveNum: 6, // 开始无缝滚动的数据量 this.dataList.length
hoverStop: true, // 是否开启鼠标悬停stop
direction: 1, // 0向下 1向上 2向左 3向右
openWatch: true, // 开启数据实时监控刷新dom