Skip to content

Commit 7aeff13

Browse files
authored
Update validate.js
1 parent 5b88bcb commit 7aeff13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/validate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function isEmpty(obj) {
4545
if (JSON.stringify(obj) === '{}') {
4646
return true
4747
}
48-
return true
48+
return false
4949
}
5050
/**
5151
* 是否是邮箱格式

0 commit comments

Comments
 (0)