From e70eb14cf70a402a80ce1c3bb710b7f8a04730b6 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 15 Apr 2020 10:02:43 +0800 Subject: [PATCH] update --- modules/core/src/main/resources/config/jeesite-core.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 6a93ba5d..042700cf 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -396,10 +396,11 @@ shiro: # 默认的授权过滤定义,如果在filterChainDefinitions中已经定义,则该定义会被覆盖。 defaultFilterChainDefinitions: | - /validCode = anon + /lang/** = anon /account/* = anon - /static/** = anon /userfiles/** = anon + /validCode = anon + /static/** = anon /druid/** = perms[sys:state:druid] /v2/api-docs = perms[sys:swagger] /swagger-ui.html = perms[sys:swagger]