From fc00a6c56f1f4374cca9e5c35779cbf2a7f87830 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Wed, 30 Sep 2020 10:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=88=E5=B0=94=E6=BB=A8=E7=BA=BF=E8=B7=AF?= =?UTF-8?q?=20=E5=BC=95=E5=AF=BC=E8=BF=9B=E8=B7=AF=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/haerbin_01/menus/menuButton.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/jmapNew/theme/haerbin_01/menus/menuButton.vue b/src/jmapNew/theme/haerbin_01/menus/menuButton.vue index cc8e72e7c..eef67ab7c 100644 --- a/src/jmapNew/theme/haerbin_01/menus/menuButton.vue +++ b/src/jmapNew/theme/haerbin_01/menus/menuButton.vue @@ -214,16 +214,15 @@ export default { this.route = routeList[currentIndex]; this.tempData = []; this.tempData.push(this.route); - console.log(this.route); - if (currentIndex == 2) { - step.param = { - signalCode: this.route.startSignalCode - }; - } else { - step.param = { - routeCode: this.route.code - }; - } + step.param = { + routeCode: this.route.code + }; + // if (currentIndex == 2) { + // step.param = { + // signalCode: this.route.startSignalCode + // }; + // } else { + // } } if (this.tempData.length) { row.show = true;