未验证 提交 13354145 编写于 作者: E EricZeng 提交者: GitHub

Merge pull request #558 from didi/master

合并主分支
......@@ -111,7 +111,7 @@ public class Broker implements Serializable {
return host;
}
IpPortData ip = endpointMap.get(endPoint);
return ip == null ? ip.getIp() : host;
return ip != null ? ip.getIp() : host;
}
public boolean alive() {
......
......@@ -59,7 +59,8 @@
"single-spa": "5.9.3",
"single-spa-react": "2.14.0",
"webpack-bundle-analyzer": "^4.5.0",
"knowdesign": "1.3.7"
"knowdesign": "1.3.7",
"tree-changes": "0.9.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册