Commit bbef930f by unknown

modify the callcenter authority to all people

parent 1e316c5b
Showing with 1 additions and 1 deletions
......@@ -17,6 +17,7 @@
<sec:http pattern="/favicon.ico" security="none" />
<sec:http pattern="/cc/*" security="none" />
<sec:http pattern="/callcenter/**" security="none" />
<sec:http access-decision-manager-ref="" auto-config="true" access-denied-page="/you-will-not-want-to-be-here">
<sec:intercept-url pattern="/order/orderList/list_refund" access="ROLE_CTRIP_PAY,ROLE_OP,ROLE_DEV,ROLE_PROD,ROLE_RISK,ROLE_ASSIST" />
......@@ -62,7 +63,6 @@
<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="/**" access="ROLE_DEV" />
<sec:intercept-url pattern="/callcenter/**" access="ROLE_TEL" />
<sec:form-login login-page="/adminUser/adminLoginGet" authentication-failure-url="/adminUser/adminLoginError" default-target-url="/marketing/campaign/create" />
</sec:http>
......
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