Explorar el Código

优化

wulanhaote
庞东旭 hace 2 años
padre
commit
e2cf4ce202
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/yinnongLogin.vue

+ 1
- 1
src/views/yinnongLogin.vue Ver fichero

@@ -333,7 +333,7 @@ export default {
message: '密码不能为空',
});
return false;
} else if (this.formData.code == "") {
} else if (!this.formData.code) {
this.$dialog.alert({
message: '图片验证码不能为空',
});


Cargando…
Cancelar
Guardar