This commit is contained in:
2023-06-16 18:32:30 +08:00
parent 59171135a3
commit d15c9decf6

View File

@@ -62,7 +62,7 @@ export default {
loginname: '',
password: '',
// option: [{index: '1', label: '生产统计'}, {index: '2', label: '仓储监控'}, {index: '3', label: '设备监控'}],
option: [{index: '1', label: '首页-左'}, {index: '2', label: '首页-右'}, {index: '3', label: '工序生产-左'}, {index: '4', label: '工序生产-右'}],
option: [{index: '1', label: '首页-左'}, {index: '2', label: '首页-右'}, {index: '3', label: '混碾困料-左'}, {index: '4', label: '混碾困料-右'}, {index: '5', label: '成型-左'}, {index: '6', label: '成型-右'}, {index: '7', label: '烧制干燥-左'}, {index: '8', label: '烧制干燥-右'}, {index: '9', label: '分拣包装-左'}, {index: '10', label: '分拣包装-右'}, {index: '11', label: '工序生产-左'}, {index: '12', label: '工序生产-右'}],
index: this.$store.getters.equipId,
baseUrl: this.$store.getters.baseUrl,
setTime: this.$store.getters.setTime / 1000,
@@ -91,8 +91,24 @@ export default {
} else if (this.index === '2') {
this.$router.push('/homepagetwo')
} else if (this.index === '3') {
this.$router.push('/pdone')
this.$router.push('/hnlkone')
} else if (this.index === '4') {
this.$router.push('/hnlktwo')
} else if (this.index === '5') {
this.$router.push('/takeshapeone')
} else if (this.index === '6') {
this.$router.push('/takeshapetwo')
} else if (this.index === '7') {
this.$router.push('/firedryone')
} else if (this.index === '8') {
this.$router.push('/firedrytwo')
} else if (this.index === '9') {
this.$router.push('/sortpackone')
} else if (this.index === '10') {
this.$router.push('/sortpacktwo')
} else if (this.index === '11') {
this.$router.push('/pdone')
} else if (this.index === '12') {
this.$router.push('/pdtwo')
}
// if (this.index === '1') {