Przeglądaj źródła

优化

wulanhaote
庞东旭 2 lat temu
rodzic
commit
e2cf4ce202
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/views/yinnongLogin.vue

+ 1
- 1
src/views/yinnongLogin.vue Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz