修改SetPolicy函数的注释

This commit is contained in:
lanrenwo 2022-06-13 18:35:24 +08:00
parent e24aa2d900
commit 68076f58eb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func SetPolicy(p *Policy) error {
}
}
p.RouteInclude = routeInclude
// 包含路由
// 排除路由
routeExclude := []ValData{}
for _, v := range p.RouteExclude {
if v.Val != "" {