We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b88bcb commit 7aeff13Copy full SHA for 7aeff13
src/common/validate.js
@@ -45,7 +45,7 @@ export function isEmpty(obj) {
45
if (JSON.stringify(obj) === '{}') {
46
return true
47
}
48
- return true
+ return false
49
50
/**
51
* 是否是邮箱格式
0 commit comments