Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
nsgk_mobile
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
优化
wulanhaote
庞东旭
hace 2 años
padre
03c61abf15
commit
e2cf4ce202
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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: '图片验证码不能为空',
});
Escribir
Vista previa
Cargando…
Cancelar
Guardar