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;