更新系统切换菜单
This commit is contained in:
parent
1fe79a4393
commit
a33df923fa
|
@ -78,24 +78,28 @@
|
|||
<i class="him-icon zmdi zmdi-dropbox"></i>
|
||||
</a>
|
||||
<ul class="dropdown-menu dm-icon pull-right">
|
||||
<li class="skin-switch hidden-xs">
|
||||
<li class="skin-switch">
|
||||
请选择系统切换
|
||||
</li>
|
||||
<li class="divider hidden-xs"></li>
|
||||
<li class="hidden-xs">
|
||||
<a class="waves-effect switch-systems" systemid="1" systemname="zheng-upms" systemtitle="权限管理系统" href="javascript:;"><i class="zmdi zmdi-shield-security"></i> 权限管理系统</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a class="waves-effect switch-systems" systemid="2" systemname="zheng-cms" systemtitle="内容管理系统" href="javascript:;"><i class="zmdi zmdi-wikipedia"></i> 内容管理系统</a>
|
||||
<a class="waves-effect switch-systems" href="javascript:;" systemid="1" systemname="zheng-upms-server" systemtitle="权限管理系统"><i class="zmdi zmdi-shield-security"></i> 权限管理系统</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="waves-effect switch-systems" systemid="3" systemname="zheng-pay" systemtitle="支付管理系统" href="javascript:;"><i class="zmdi zmdi-paypal-alt"></i> 支付管理系统</a>
|
||||
<a class="waves-effect switch-systems" href="javascript:;" systemid="2" systemname="zheng-cms-admin" systemtitle="内容管理系统"><i class="zmdi zmdi-wikipedia"></i> 内容管理系统</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="waves-effect switch-systems" systemid="4" systemname="zheng-ucenter" systemtitle="用户管理系统" href="javascript:;"><i class="zmdi zmdi-account"></i> 用户管理系统</a>
|
||||
<a class="waves-effect switch-systems" href="javascript:;" systemid="3" systemname="zheng-pay-admin" systemtitle="支付管理系统"><i class="zmdi zmdi-paypal-alt"></i> 支付管理系统</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="waves-effect switch-systems" systemid="5" systemname="zheng-oss" systemtitle="存储管理系统" href="javascript:;"><i class="zmdi zmdi-cloud"></i> 存储管理系统</a>
|
||||
<a class="waves-effect switch-systems" href="javascript:;" systemid="4" systemname="zheng-ucenter-home" systemtitle="用户管理系统"><i class="zmdi zmdi-account"></i> 用户管理系统</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="waves-effect switch-systems" href="javascript:;" systemid="5" systemname="zheng-oss-web" systemtitle="存储管理系统"><i class="zmdi zmdi-cloud"></i> 存储管理系统</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue