|
@@ -20,6 +20,8 @@ public class TokenInterceptor {
|
|
|
notMatchList.add("/captcha.jpg**"); // 验证码
|
|
notMatchList.add("/captcha.jpg**"); // 验证码
|
|
|
notMatchList.add("/login");
|
|
notMatchList.add("/login");
|
|
|
|
|
|
|
|
|
|
+ notMatchList.add("/wechat/login"); // 微信登陆
|
|
|
|
|
+
|
|
|
notMatchList.add("/captchaById"); // 验证码通过ID
|
|
notMatchList.add("/captchaById"); // 验证码通过ID
|
|
|
notMatchList.add("/login2");//登录2 配合验证码ID的校验
|
|
notMatchList.add("/login2");//登录2 配合验证码ID的校验
|
|
|
|
|
|