fix(项目设置): 修复环境校验域名的缺陷

This commit is contained in:
wxg0103 2023-07-10 16:11:04 +08:00 committed by fit2-zhao
parent 01e4cacb2b
commit 28e926f3f6
1 changed files with 1 additions and 1 deletions

View File

@ -444,8 +444,8 @@ export default {
if (socket.startsWith("${")){
let split = socket.split(":");
this.condition.domain = split[0];
return true;
}
return true;
},
validate() {
let isValidate = false;