提交 22ad20d0 编写于 作者: K keyinghao

提交

上级 f5a53ec3
......@@ -66,11 +66,19 @@ public class FilterPre extends ZuulFilter {
// 不鉴权
return false;
}
if (uri.contains("/user/pc/user/login")) {
if (uri.contains("/user/pc")) {
// 不鉴权
return false;
}
if (uri.contains("/course/pc/upload/pic")) {
if (uri.contains("/course/pc")) {
// 不鉴权
return false;
}
if (uri.contains("/user/pc")) {
// 不鉴权
return false;
}
if (uri.contains("/system/pc")) {
// 不鉴权
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册