1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489 |
- <?php
- /**
- * [WeEngine System] Copyright (c) 2014 WE7.CC
- * WeEngine is NOT a free software, it under the license terms, visited http://www.we7.cc/ for more details.
- */
- defined('IN_IA') or exit('Access Denied');
- $we7_system_menu = array();
- $we7_system_menu['account'] = array(
- 'title' => '公众号',
- 'icon' => 'wi wi-white-collar',
- 'url' => url('home/welcome/platform'),
- 'section' => array(
- 'platform_plus' => array(
- 'title' => '增强功能',
- 'menu' => array(
- 'platform_reply' => array(
- 'title' => '自动回复',
- 'url' => url('platform/reply'),
- 'icon' => 'wi wi-reply',
- 'permission_name' => 'platform_reply',
- 'sub_permission' => array(
- ),
- ),
- 'platform_menu' => array(
- 'title' => '自定义菜单',
- 'url' => url('platform/menu/post'),
- 'icon' => 'wi wi-custommenu',
- 'permission_name' => 'platform_menu',
- ),
- 'platform_qr' => array(
- 'title' => '二维码/转化链接',
- 'url' => url('platform/qr'),
- 'icon' => 'wi wi-qrcode',
- 'permission_name' => 'platform_qr',
- 'sub_permission' => array(
- ),
- ),
- 'platform_mass_task' => array(
- 'title' => '定时群发',
- 'url' => url('platform/mass'),
- 'icon' => 'wi wi-crontab',
- 'permission_name' => 'platform_mass_task',
- ),
- 'platform_material' => array(
- 'title' => '素材/编辑器',
- 'url' => url('platform/material'),
- 'icon' => 'wi wi-redact',
- 'permission_name' => 'platform_material',
- 'sub_permission' => array(
- array(
- 'title' => '添加/编辑',
- 'url' => url('platform/material-post'),
- 'permission_name' => 'material_post',
- ),
- array(
- 'title' => '删除',
- 'permission_name' => 'platform_material_delete',
- ),
- ),
- ),
- 'platform_site' => array(
- 'title' => '微官网-文章',
- 'url' => url('site/multi/display'),
- 'icon' => 'wi wi-home',
- 'permission_name' => 'platform_site',
- 'sub_permission' => array(
- ),
- )
- ),
- ),
- 'platform_module' => array(
- 'title' => '应用模块',
- 'menu' => array(),
- 'is_display' => true,
- ),
- 'mc' => array(
- 'title' => '粉丝',
- 'menu' => array(
- 'mc_fans' => array(
- 'title' => '粉丝管理',
- 'url' => url('mc/fans'),
- 'icon' => 'wi wi-fansmanage',
- 'permission_name' => 'mc_fans',
- ),
- 'mc_member' => array(
- 'title' => '会员管理',
- 'url' => url('mc/member'),
- 'icon' => 'wi wi-fans',
- 'permission_name' => 'mc_member',
- )
- ),
- ),
- 'profile' => array(
- 'title' => '配置',
- 'menu' => array(
- 'profile' => array(
- 'title' => '参数配置',
- 'url' => url('profile/passport'),
- 'icon' => 'wi wi-parameter-setting',
- 'permission_name' => 'profile_setting',
- ),
- 'payment' => array(
- 'title' => '支付参数',
- 'url' => url('profile/payment'),
- 'icon' => 'wi wi-pay-setting',
- 'permission_name' => 'profile_pay_setting',
- ),
- 'app_module_link' => array(
- 'title' => "数据同步",
- 'url' => url('profile/module-link-uniacid'),
- 'is_display' => 1,
- 'icon' => 'wi wi-data-synchro',
- 'permission_name' => 'profile_app_module_link_uniacid',
- ),
-
- 'bind_domain' => array(
- 'title' => '域名绑定',
- 'url' => url('profile/bind-domain'),
- 'icon' => 'wi wi-parameter-setting',
- 'permission_name' => 'profile_bind_domain',
- ),
-
- ),
- ),
-
- 'statistics' => array(
- 'title' => '统计',
- 'menu' => array(
- 'app' => array(
- 'title' => '访问统计',
- 'url' => url('statistics/app'),
- 'icon' => 'wi wi-api',
- 'permission_name' => 'statistics_app',
- ),
- ),
- ),
-
- ),
- );
- $we7_system_menu['wxapp'] = array(
- 'title' => '小程序',
- 'icon' => 'wi wi-small-routine',
- 'url' => url('wxapp/display/home'),
- 'section' => array(
- 'wxapp_entrance' => array(
- 'title' => '小程序入口',
- 'menu' => array(
- 'module_entrance_link' => array(
- 'title' => "入口页面",
- 'url' => url('wxapp/entrance-link'),
- 'is_display' => 1,
- 'icon' => 'wi wi-data-synchro',
- 'permission_name' => 'wxapp_entrance_link',
- ),
- ),
- 'is_display' => true,
- ),
- 'wxapp_module' => array(
- 'title' => '应用',
- 'menu' => array(),
- 'is_display' => true,
- ),
- 'wxapp_profile' => array(
- 'title' => '配置',
- 'menu' => array(
- 'wxapp_module_link' => array(
- 'title' => "数据同步",
- 'url' => url('wxapp/module-link-uniacid'),
- 'is_display' => 1,
- 'icon' => 'wi wi-data-synchro',
- 'permission_name' => 'wxapp_module_link_uniacid',
- ),
- 'wxapp_payment' => array(
- 'title' => '支付参数',
- 'url' => url('wxapp/payment'),
- 'is_display' => 1,
- 'icon' => 'wi wi-appsetting',
- 'permission_name' => 'wxapp_payment',
- ),
- 'front_download' => array(
- 'title' => '上传微信审核',
- 'url' => url('wxapp/front-download'),
- 'is_display' => 1,
- 'icon' => 'wi wi-examine',
- 'permission_name' => 'wxapp_front_download',
- ),
- 'wxapp_platform_material' => array(
- 'title' => '素材管理',
- 'is_display' => 0,
- 'permission_name' => 'wxapp_platform_material',
- 'sub_permission' => array(
- array(
- 'title' => '删除',
- 'permission_name' => 'wxapp_platform_material_delete',
- ),
- ),
- ),
- )
- )
- ),
- );
- /*
- $we7_system_menu['webapp'] = array(
- 'title' => 'PC',
- 'icon' => 'wi wi-pc',
- 'url' => url('webapp/home/display'),
- 'section' => array(
- 'platform_module' => array(
- 'title' => '应用模块',
- 'menu' => array(),
- 'is_display' => true,
- ),
- 'mc' => array(
- 'title' => '粉丝',
- 'menu' => array(
- 'mc_member' => array(
- 'title' => '会员管理',
- 'url' => url('mc/member'),
- 'icon' => 'wi wi-fans',
- 'permission_name' => 'mc_member',
- )
- ),
- ),
- 'webapp' => array(
- 'title' => '配置',
- 'menu' => array(
- 'webapp_module_link' => array(
- 'title' => "数据同步",
- 'url' => url('webapp/module-link-uniacid'),
- 'is_display' => 1,
- 'icon' => 'wi wi-data-synchro',
- 'permission_name' => 'webapp_module_link_uniacid',
- ),
- ),
- ),
- ),
- );
- $we7_system_menu['phoneapp'] = array(
- 'title' => 'APP',
- 'icon' => 'wi wi-white-collar',
- 'url' => url('phoneapp/display/home'),
- 'section' => array(
- 'phoneapp_module' => array(
- 'title' => '应用',
- 'menu' => array(),
- 'is_display' => true,
- ),
-
- ),
- );
- $we7_system_menu['module'] = array(
- 'title' => '应用',
- 'icon' => 'wi wi-apply',
- 'url' => url('module/display'),
- 'section' => array(),
- );
- */
- $we7_system_menu['system'] = array(
- 'title' => '系统',
- 'icon' => 'wi wi-setting',
- 'url' => url('home/welcome/system'),
- 'section' => array(
- 'wxplatform' => array(
- 'title' => '公众号',
- 'menu' => array(
- 'system_account' => array(
- 'title' => ' 微信公众号',
- 'url' => url('account/manage', array('account_type' => '1')),
- 'icon' => 'wi wi-wechat',
- 'permission_name' => 'system_account',
- 'sub_permission' => array(
- array(
- 'title' => '公众号管理设置',
- 'permission_name' => 'system_account_manage',
- ),
- array(
- 'title' => '添加公众号',
- 'permission_name' => 'system_account_post',
- ),
- array(
- 'title' => '公众号停用',
- 'permission_name' => 'system_account_stop',
- ),
- array(
- 'title' => '公众号回收站',
- 'permission_name' => 'system_account_recycle',
- ),
- array(
- 'title' => '公众号删除',
- 'permission_name' => 'system_account_delete',
- ),
- array(
- 'title' => '公众号恢复',
- 'permission_name' => 'system_account_recover',
- ),
- ),
- ),
- 'system_module' => array(
- 'title' => '公众号应用',
- 'url' => url('module/manage-system', array('account_type' => '1')),
- 'icon' => 'wi wi-wx-apply',
- 'permission_name' => 'system_module',
- ),
- 'system_template' => array(
- 'title' => '微官网模板',
- 'url' => url('system/template'),
- 'icon' => 'wi wi-wx-template',
- 'permission_name' => 'system_template',
- ),
- 'system_platform' => array(
- 'title' => ' 微信开放平台',
- 'url' => url('system/platform'),
- 'icon' => 'wi wi-exploitsetting',
- 'permission_name' => 'system_platform',
- ),
- )
- ),
- 'module' => array(
- 'title' => '小程序',
- 'menu' => array(
- 'system_wxapp' => array(
- 'title' => '微信小程序',
- 'url' => url('account/manage', array('account_type' => '4')),
- 'icon' => 'wi wi-wxapp',
- 'permission_name' => 'system_wxapp',
- 'sub_permission' => array(
- array(
- 'title' => '小程序管理设置',
- 'permission_name' => 'system_wxapp_manage',
- ),
- array(
- 'title' => '添加小程序',
- 'permission_name' => 'system_wxapp_post',
- ),
- array(
- 'title' => '小程序停用',
- 'permission_name' => 'system_wxapp_stop',
- ),
- array(
- 'title' => '小程序回收站',
- 'permission_name' => 'system_wxapp_recycle',
- ),
- array(
- 'title' => '小程序删除',
- 'permission_name' => 'system_wxapp_delete',
- ),
- array(
- 'title' => '小程序恢复',
- 'permission_name' => 'system_wxapp_recover',
- ),
- ),
- ),
- 'system_module_wxapp' => array(
- 'title' => '小程序应用',
- 'url' => url('module/manage-system', array('account_type' => '4')),
- 'icon' => 'wi wi-wxapp-apply',
- 'permission_name' => 'system_module_wxapp',
- ),
- )
- ),
-
- 'welcome' => array(
- 'title' => '系统首页',
- 'menu' => array(
- 'system_welcome' => array(
- 'title' => '系统首页应用',
- 'url' => url('module/manage-system', array('system_welcome' => 1)),
- 'icon' => 'wi wi-wxapp',
- 'permission_name' => 'system_welcome',
- )
- ),
- 'founder' => true
- ),
- /*
- 'webapp' => array(
- 'title' => 'PC',
- 'menu' => array(
- 'system_webapp' => array(
- 'title' => 'PC',
- 'url' => url('account/manage', array('account_type' => ACCOUNT_TYPE_WEBAPP_NORMAL)),
- 'icon' => 'wi wi-pc',
- 'permission_name' => 'system_webapp',
- 'sub_permission' => array(
- ),
- ),
- 'system_module_webapp' => array(
- 'title' => 'PC应用',
- 'url' => url('module/manage-system', array('account_type' => ACCOUNT_TYPE_WEBAPP_NORMAL)),
- 'icon' => 'wi wi-pc-apply',
- 'permission_name' => 'system_module_webapp',
- ),
- )
- ),
- 'phoneapp' => array(
- 'title' => 'APP',
- 'menu' => array(
- 'system_phoneapp' => array(
- 'title' => 'APP',
- 'url' => url('account/manage', array('account_type' => ACCOUNT_TYPE_PHONEAPP_NORMAL)),
- 'icon' => 'wi wi-wxapp',
- 'permission_name' => 'system_phoneapp',
- 'sub_permission' => array(
- ),
- ),
- 'system_module_phoneapp' => array(
- 'title' => 'APP应用',
- 'url' => url('module/manage-system', array('account_type' => ACCOUNT_TYPE_PHONEAPP_NORMAL)),
- 'icon' => 'wi wi-wxapp-apply',
- 'permission_name' => 'system_module_phoneapp',
- ),
- )
- ),*/
- 'user' => array(
- 'title' => '帐户/用户',
- 'menu' => array(
- 'system_my' => array(
- 'title' => '我的帐户',
- 'url' => url('user/profile'),
- 'icon' => 'wi wi-user',
- 'permission_name' => 'system_my',
- ),
- 'system_user' => array(
- 'title' => '用户管理',
- 'url' => url('user/display'),
- 'icon' => 'wi wi-user-group',
- 'permission_name' => 'system_user',
- 'sub_permission' => array(
- array(
- 'title' => '编辑用户',
- 'permission_name' => 'system_user_post',
- ),
- array(
- 'title' => '审核用户',
- 'permission_name' => 'system_user_check',
- ),
- array(
- 'title' => '店员管理',
- 'permission_name' => 'system_user_clerk',
- ),
- array(
- 'title' => '用户回收站',
- 'permission_name' => 'system_user_recycle',
- ),
- array(
- 'title' => '用户属性设置',
- 'permission_name' => 'system_user_fields',
- ),
- array(
- 'title' => '用户属性设置-编辑字段',
- 'permission_name' => 'system_user_fields_post',
- ),
- array(
- 'title' => '用户注册设置',
- 'permission_name' => 'system_user_registerset',
- ),
- ),
- ),
-
- 'system_user_founder_group' => array(
- 'title' => '副创始人组',
- 'url' => url('founder/display'),
- 'icon' =>'wi wi-co-founder',
- 'permission_name' =>'system_founder_manage',
- 'sub_permission' => array(
- array(
- 'title' => '添加创始人组',
- 'permission_name' => 'system_founder_group_add',
- ),
- array(
- 'title' => '编辑创始人组',
- 'permission_name' => 'system_founder_group_post',
- ),
- array(
- 'title' => '删除创始人组',
- 'permission_name' => 'system_founder_group_del',
- ),
- array(
- 'title' => '添加创始人',
- 'permission_name' => 'system_founder_user_add',
- ),
- array(
- 'title' => '编辑创始人',
- 'permission_name' => 'system_founder_user_post',
- ),
- array(
- 'title' => '删除创始人',
- 'permission_name' => 'system_founder_user_del',
- ),
- ),
- ),
-
- )
- ),
- 'permission' => array(
- 'title' => '权限管理',
- 'menu' => array(
- 'system_module_group' => array(
- 'title' => '应用权限组',
- 'url' => url('module/group'),
- 'icon' => 'wi wi-appjurisdiction',
- 'permission_name' => 'system_module_group',
- 'sub_permission' => array(
- array(
- 'title' => '添加应用权限组',
- 'permission_name' => 'system_module_group_add',
- ),
- array(
- 'title' => '编辑应用权限组',
- 'permission_name' => 'system_module_group_post',
- ),
- array(
- 'title' => '删除应用权限组',
- 'permission_name' => 'system_module_group_del',
- ),
- ),
- ),
- 'system_user_group' => array(
- 'title' => '用户权限组',
- 'url' => url('user/group'),
- 'icon' => 'wi wi-userjurisdiction',
- 'permission_name' => 'system_user_group',
- 'sub_permission' => array(
- array(
- 'title' => '添加用户组',
- 'permission_name' => 'system_user_group_add',
- ),
- array(
- 'title' => '编辑用户组',
- 'permission_name' => 'system_user_group_post',
- ),
- array(
- 'title' => '删除用户组',
- 'permission_name' => 'system_user_group_del',
- ),
- ),
- ),
- )
- ),
- 'article' => array(
- 'title' => '文章/公告',
- 'menu' => array(
- 'system_article' => array(
- 'title' => '文章管理',
- 'url' => url('article/news'),
- 'icon' => 'wi wi-article',
- 'permission_name' => 'system_article_news',
- ),
- 'system_article_notice' => array(
- 'title' => '公告管理',
- 'url' => url('article/notice'),
- 'icon' => 'wi wi-notice',
- 'permission_name' => 'system_article_notice',
- )
- )
- ),
- 'message' => array(
- 'title' => '消息提醒',
- 'menu' => array(
- 'system_message_notice' => array(
- 'title' => '消息提醒',
- 'url' => url('message/notice'),
- 'icon' => 'wi wi-article',
- 'permission_name' => 'system_message_notice',
- )
- )
- ),
-
- 'system_statistics' => array(
- 'title' => '统计',
- 'menu' => array(
- 'system_account_analysis' => array(
- 'title' => '访问统计',
- 'url' => url('statistics/account'),
- 'icon' => 'wi wi-article',
- 'permission_name' => 'system_account_analysis',
- ),
- )
- ),
-
- 'cache' => array(
- 'title' => '缓存',
- 'menu' => array(
- 'system_setting_updatecache' => array(
- 'title' => '更新缓存',
- 'url' => url('system/updatecache'),
- 'icon' => 'wi wi-update',
- 'permission_name' => 'system_setting_updatecache',
- ),
- ),
- ),
- ),
- );
- $we7_system_menu['site'] = array(
- 'title' => '站点',
- 'icon' => 'wi wi-system-site',
- 'url' => url('system/site'),
- 'section' => array(
- 'cloud' => array(
- 'title' => '云服务',
- 'menu' => array(
- /*'system_profile' => array(
- 'title' => '系统升级',
- 'url' => url('cloud/upgrade'),
- 'icon' => 'wi wi-cache',
- 'permission_name' => 'system_cloud_upgrade',
- ),
- 'system_cloud_register' => array(
- 'title' => '注册站点',
- 'url' => url('cloud/profile'),
- 'icon' => 'wi wi-registersite',
- 'permission_name' => 'system_cloud_register',
- ),*/
- 'system_cloud_diagnose' => array(
- 'title' => '云服务诊断',
- 'url' => url('cloud/diagnose'),
- 'icon' => 'wi wi-diagnose',
- 'permission_name' => 'system_cloud_diagnose',
- ),
- )
- ),
- 'setting' => array(
- 'title' => '设置',
- 'menu' => array(
- 'system_setting_site' => array(
- 'title' => '站点设置',
- 'url' => url('system/site'),
- 'icon' => 'wi wi-site-setting',
- 'permission_name' => 'system_setting_site',
- ),
- 'system_setting_menu' => array(
- 'title' => '菜单设置',
- 'url' => url('system/menu'),
- 'icon' => 'wi wi-menu-setting',
- 'permission_name' => 'system_setting_menu',
- ),
- 'system_setting_attachment' => array(
- 'title' => '附件设置',
- 'url' => url('system/attachment'),
- 'icon' => 'wi wi-attachment',
- 'permission_name' => 'system_setting_attachment',
- ),
- 'system_setting_systeminfo' => array(
- 'title' => '系统信息',
- 'url' => url('system/systeminfo'),
- 'icon' => 'wi wi-system-info',
- 'permission_name' => 'system_setting_systeminfo',
- ),
- 'system_setting_logs' => array(
- 'title' => '查看日志',
- 'url' => url('system/logs'),
- 'icon' => 'wi wi-log',
- 'permission_name' => 'system_setting_logs',
- ),
- 'system_setting_ipwhitelist' => array(
- 'title' => 'IP白名单',
- 'url' => url('system/ipwhitelist'),
- 'icon' => 'wi wi-ip',
- 'permission_name' => 'system_setting_ipwhitelist',
- ),
- 'system_setting_sensitiveword' => array(
- 'title' => '过滤敏感词',
- 'url' => url('system/sensitiveword'),
- 'icon' => 'wi wi-sensitive',
- 'permission_name' => 'system_setting_sensitiveword',
- ),
- 'system_setting_thirdlogin' => array(
- 'title' => '第三方登录配置',
- 'url' => url('system/thirdlogin'),
- 'icon' => 'wi wi-sensitive',
- 'permission_name' => 'system_setting_thirdlogin',
- ),
- 'system_setting_oauth' => array(
- 'title' => 'oauth全局设置',
- 'url' => url('system/oauth'),
- 'icon' => 'wi wi-sensitive',
- 'permission_name' => 'system_setting_oauth',
- ),
- )
- ),
- 'utility' => array(
- 'title' => '常用工具',
- 'menu' => array(
- 'system_utility_filecheck' => array(
- 'title' => '系统文件校验',
- 'url' => url('system/filecheck'),
- 'icon' => 'wi wi-file',
- 'permission_name' => 'system_utility_filecheck',
- ),
- 'system_utility_optimize' => array(
- 'title' => '性能优化',
- 'url' => url('system/optimize'),
- 'icon' => 'wi wi-optimize',
- 'permission_name' => 'system_utility_optimize',
- ),
- 'system_utility_database' => array(
- 'title' => '数据库',
- 'url' => url('system/database'),
- 'icon' => 'wi wi-sql',
- 'permission_name' => 'system_utility_database',
- ),
- 'system_utility_scan' => array(
- 'title' => '木马查杀',
- 'url' => url('system/scan'),
- 'icon' => 'wi wi-safety',
- 'permission_name' => 'system_utility_scan',
- ),
- 'system_utility_bom' => array(
- 'title' => '检测文件BOM',
- 'url' => url('system/bom'),
- 'icon' => 'wi wi-bom',
- 'permission_name' => 'system_utility_bom',
- ),
- )
- ),
- ),
- 'founder' => true,
- );
- $we7_system_menu['help'] = array(
- 'title' => '系统帮助',
- 'icon' => 'wi wi-market',
- 'url' => url('help/display'),
- 'section' => array(),
- 'blank' => false
- );
- /*
- $we7_system_menu['store'] = array(
- 'title' => '商城',
- 'icon' => 'wi wi-store',
- 'url' => url('home/welcome/ext', array('m' => 'store')),
- 'section' => array(),
- );
- */
- return $we7_system_menu;
|