mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 20:49:56 +08:00
chore: 修改一些描述
This commit is contained in:
parent
3dcb4458db
commit
cbf1e9175f
@ -45,7 +45,7 @@ public class SessionFilter implements WebFilter {
|
||||
}
|
||||
}
|
||||
|
||||
// 有些url直接转到 /setting
|
||||
// 有些url直接转到 sub-service
|
||||
for (String prefix : TO_SUB_SERVICE) {
|
||||
if (path.startsWith(prefix)) {
|
||||
Optional<String> svc = discoveryClient.getServices().stream().filter(s -> !StringUtils.equals(serviceName, s)).findAny();
|
||||
|
Loading…
Reference in New Issue
Block a user