1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

#172 显示语音渠道

This commit is contained in:
Hai Liang Wang 2018-11-03 16:31:39 +08:00
parent 50b2b8658c
commit 87f80fdd1c

View File

@ -24,7 +24,7 @@
<dd <#if subtype?? && (maintype == 'webim' || subtype == 'im')>class="layui-this"</#if>>
<a href="/admin/im/index.html">网站列表</a>
</dd>
<#if models?? && models["callout"]?? && models["callout"] == true>
<#if models?? && models["sales"]?? && models["sales"] == true>
<dd <#if subtype?? && (maintype == 'callout' || subtype == 'channel')>class="layui-this"</#if>>
<a href="/admin/callout/index.html">语音渠道</a>
</dd>