fix(项目设置): 修复环境校验域名的缺陷
This commit is contained in:
parent
01e4cacb2b
commit
28e926f3f6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue