Zhiqim Account(前端账户管理台)是在ZhiqimManager基础上改造成用于前端注册登录的管理系统,增加组织结构和余额,开放注册组织和组织管理员,可以添加组织内的部门和角色和操作员。并增加该管理台上的一些组件,如充值支付等组件。适用于二级代理管理或该大型组织机构

森中灵 最后提交于7月前 整理为组织方式和替换新的jar
知启蒙管理台功能菜单.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="base"/>
    <menu parent="MENU" code="MENU_010" name="系统管理" abbr="" level="1" status="0" type="1" icon="z-customer" url="/${zhiqim_manager}/config.htm" desc="base"/>
    <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="0" type="2" icon="" url="/${zhiqim_manager}/avatar.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_110" name="增加系统头像" abbr="" level="3" status="0" 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="0" 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="0" type="2" icon="" url="/${zhiqim_manager}/avatarDelete.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_200" name="系统配置管理" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/config.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_210" name="系统缓存管理" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/cache.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_300" name="系统参数设置" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/param.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_305" name="操作员参数管理" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/paramOperator.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_310" name="首页主题设置" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/themeIndex.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_320" name="主页主题设置" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/themeMain.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_330" name="公钥私钥设置" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/keys.htm" desc=""/>
    <menu parent="MENU_010_010" code="MENU_010_010_340" name="系统进程管理" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/process.htm" desc=""/>
    <menu parent="MENU_010" code="MENU_010_020" name="组织信息管理" abbr="" level="2" status="0" type="1" icon="z-customer" url="/${zhiqim_manager}/org.htm" desc=""/>
    <menu parent="MENU_010_020" code="MENU_010_020_010" name="组织类型" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/orgType.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_100" name="显示部门" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/dept.htm" desc=""/>
    <menu parent="MENU_010_110" code="MENU_010_110_200" name="显示角色" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/role.htm" desc=""/>

</zhiqim-menu>