Commit 854ccf5b by Huang Linyu

set right for admin's accessing

parent f532b248
Showing with 2 additions and 0 deletions
......@@ -70,6 +70,8 @@
<sec:intercept-url pattern="/file/**" access="ROLE_OP,ROLE_DEV,ROLE_PROD,ROLE_RISK,ROLE_ASSIST,ROLE_COMMUNE" />
<sec:intercept-url pattern="/ingegral/**" access="ROLE_DEV,ROLE_USERINFO_MODIFY" />
<sec:intercept-url pattern="/callcenter/sipPhone/**" access="ROLE_TEL,ROLE_ASSIST,ROLE_PROMOTION" />
<sec:intercept-url pattern="/communeAdm/queryList/**" access="ROLE_COMMUNE_SYS_ADMIN" />
<sec:intercept-url pattern="/communeAdm/myBindList/**" access="ROLE_COMMUNE_SYS,ROLE_COMMUNE_SYS_ADMIN" />
<sec:intercept-url pattern="/**" access="ROLE_DEV" />
<sec:form-login login-page="/adminUser/adminLoginGet" authentication-failure-url="/adminUser/adminLoginError" default-target-url="/marketing/campaign/create" />
......
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 sign in to comment