From d15c9decf66658dfb3fd4250f5b5fcdb0c22c303 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 16 Jun 2023 18:32:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Setup.vue | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/pages/Setup.vue b/src/pages/Setup.vue index 17bf297..ece92b7 100644 --- a/src/pages/Setup.vue +++ b/src/pages/Setup.vue @@ -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') {