Zhiqim Manager(知启蒙管理台)是知启蒙框架中最核心的基础组件,大部分后台组件和产品都依赖该组件。因为管理台提供了核心的系统配置、菜单、操作员、部门、角色等权限功能,以及6种皮肤样式可供选择

森中灵 最后提交于3月前 修复切换frame模式时未情况includeUrl
知启蒙管理台功能菜单.menu3KB
<?xml version="1.0" encoding="UTF-8"?>
<zhiqim-menu>

    <menu parent="ROOT" code="MENU" name="系统功能根菜单" abbr="" level="0" status="0" type="0" icon="" url="" desc=""/>
    <menu parent="MENU" code="MENU_010" name="系统配置" abbr="系统" level="1" status="0" type="1" icon="z-config" url="" desc=""/>
    <menu parent="MENU_010" code="MENU_010_010" name="系统基础设置" abbr="" level="2" status="0" type="1" icon="z-setting" url="/${zhiqim_manager}/menu.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_100" name="系统头像管理" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/avatar.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_110" name="增加系统头像" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/avatarAdd.htm,/${zhiqim_manager}/avatarInsert.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_120" name="修改系统头像" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/avatarModify.htm,/${zhiqim_manager}/avatarUpdate.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_130" name="删除系统头像" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/avatarDelete.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_200" name="系统配置管理" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/config.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_210" name="系统缓存管理" abbr="" level="3" status="1" type="2" icon="" url="/${zhiqim_manager}/cache.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_300" name="系统参数设置" abbr="" level="3" status="1" type="2" icon="" url="/${zhiqim_manager}/param.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_305" name="操作员参数管理" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/paramOperator.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_310" name="首页主题设置" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/themeIndex.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_320" name="主页主题设置" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/themeMain.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_330" name="公钥私钥设置" abbr="" level="3" status="1" type="2" icon="" url="/${zhiqim_manager}/keys.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_340" name="系统进程管理" abbr="" level="3" status="2" type="2" icon="" url="/${zhiqim_manager}/process.htm" desc=""/>
    <menu parent="MENU_010" code="MENU_010_110" name="操作员管理" abbr="" level="2" status="0" type="1" icon="z-customer" url="/${zhiqim_manager}/operator.htm" desc=""/>
    <menu parent="MENU_010_110" code="MENU_010_110_200" name="显示部门" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/dept.htm" desc=""/>
    <menu parent="MENU_010_110" code="MENU_010_110_300" name="显示角色" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/role.htm" desc=""/>
    <menu parent="MENU_010_110" code="MENU_010_110_510" name="操作日志" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operateLog.htm" desc=""/>
    <menu parent="MENU_010_110" code="MENU_010_110_520" name="操作员在线" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operatorOnline.htm" desc=""/>

</zhiqim-menu>