Commit 48e0da09 by fengshuonan

放开favicon的过滤

parent e0b71115
......@@ -69,7 +69,8 @@ public interface Const {
"/error",
"/global/error",
"/oauth/**",
"/tran/**");
"/tran/**",
"/favicon.ico");
/**
* OAuth2登录用户的账号标识
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment