From af3f6fcbc82aa8a7e7b52da6705a7d0fe967c963 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 8 Jul 2021 15:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=B4=EF=BC=B3=E5=BC=BA=E8=BD=AC=E7=AB=99?= =?UTF-8?q?=E6=8E=A7=E5=AF=86=E7=A0=81=E4=B8=BA=EF=BC=91=EF=BC=92=EF=BC=8C?= =?UTF-8?q?=E4=BB=BF=E7=9C=9F=E7=B3=BB=E7=BB=9F=E4=B8=BA=EF=BC=91=EF=BC=92?= =?UTF-8?q?=EF=BC=93=EF=BC=94=EF=BC=95=EF=BC=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/xian_01/menus/menuDialog/passwordBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jmapNew/theme/xian_01/menus/menuDialog/passwordBox.vue b/src/jmapNew/theme/xian_01/menus/menuDialog/passwordBox.vue index baeb7fbe0..7e9905b7d 100644 --- a/src/jmapNew/theme/xian_01/menus/menuDialog/passwordBox.vue +++ b/src/jmapNew/theme/xian_01/menus/menuDialog/passwordBox.vue @@ -138,7 +138,7 @@ export default { operate.operation = OperationEvent.StationControl.forcedStationControl.passwordConfirm.operation; } - if (this.model.password == '123456') { + if (this.model.password == '12') { this.loading = true; this.$store.dispatch('training/nextNew', operate).then(({ valid }) => { this.loading = false;