Commit cde95251 by caosy

Merge branch 'f-6.7.2.4' of 192.168.10.6:caosy/fun-admin into f-6.7.2

parents 9fa91f46 f10483f8
......@@ -321,12 +321,20 @@ ${pageCss}
</li>
<li class="nav-header">短信</li>
<#if "${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "zhou.ting" ||
"${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "xiayangl" ||
"${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "haifeizhang" ||
"${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "xiaoxuanliu" ||
"${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "cyu" ||
"${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "xiaoyunf" ||
"${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "lsj">
<li <#if current == "sendMessage_list">class="active"</#if>>
<a href="/sendMessage/queryList">短信列表</a>
</li>
<li <#if current == "sendMessage_create">class="active"</#if>>
<a href="/sendMessage/create">发送短信</a>
</li>
</#if>
<li <#if current == "sendMessage_call">class="active"</#if>>
<a href="/sendMessage/call">快捷拨号</a>
</li>
......
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