Zhiqim Admin(简版的管理台)是从知启蒙管理台分离出来,保留系统参数表、系统菜单表、操作员、操作日志,去除组织、部门、角色等复杂权限功能,仅保留操作员独立权限功能。系统设计时保留ZmrSessionUser和ZmrOperator类,方便以后升级到知启蒙管理台。

森中灵 最后提交于1月前 修复cache显示错误,增加移动不带条件方法,增加操作日志不带说明方法
知启蒙管理台功能菜单.menu2KB
<?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_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_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_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>