Merge remote-tracking branch 'origin/master'

This commit is contained in:
Captain.B 2021-03-11 10:57:57 +08:00
commit 511278843d
1 changed files with 11 additions and 1 deletions

View File

@ -112,7 +112,17 @@ export default {
}
})
} else {
//
if (this.envMap && this.envMap.size > 0) {
this.projectIds.forEach(id => {
if (!this.envMap.get(id)) {
sign = false;
return false;
}
})
} else {
sign = false;
}
}
if (!sign) {