首页
[#if admin.type=="admin"] [#elseif admin.type=="agency"] [#elseif admin.type=="merchant"] [#elseif admin.type=="personage"] [/#if]
当前账号 ${admin.username}(${admin.type.toValue()}) 管理系统ID ${admin.managerId} (设备初始化使用)省级登陆链接 http://app.sunzee.com.cn/asl-admin/login.jsp?type=agency经销商登陆链接 http://app.sunzee.com.cn/asl-admin/login.jsp?type=merchant&p=${admin.agencyUid}终端登陆链接 http://app.sunzee.com.cn/asl-admin/login.jsp?type=personage&p=${admin.merchantUid}我的登陆链接 http://app.sunzee.com.cn/asl-admin/login.jsp?type=personage&p=${admin.merchantUid}
[#if admin.type=="admin"]

${agencyCount}

省级数

${merchantCount}

市级

${personageCount}

终端数

${equipmentCount}

设备
[#elseif admin.type="agency"]

${merchantCount}

市级

${personageCount}

终端数

${equipmentCount}

设备
[#elseif admin.type="merchant"]

${personageCount}

终端数

${equipmentCount}

设备
[#elseif admin.type="personage"]

${equipmentCount}

设备
[/#if]