Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

menu.php 48KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268
  1. <?php
  2. /**
  3. * 易优CMS
  4. * ============================================================================
  5. * 版权所有 2016-2028 海口快推科技有限公司,并保留所有权利。
  6. * 网站地址: http://www.eyoucms.com
  7. * ----------------------------------------------------------------------------
  8. * 如果商业用途务必到官方购买正版授权, 以免引起不必要的法律纠纷.
  9. * ============================================================================
  10. * Author: 小虎哥 <1105415366@qq.com>
  11. * Date: 2018-4-3
  12. */
  13. $main_lang= get_main_lang();
  14. $admin_lang = get_admin_lang();
  15. $domain = request()->domain();
  16. /*PC端可视编辑URl*/
  17. $uiset_pc_arr = [];
  18. if (file_exists(ROOT_PATH.'template/'.TPL_THEME.'pc/uiset.txt')) {
  19. $uiset_pc_arr = array(
  20. 'url' => url('Uiset/pc', array(), true, $domain),
  21. 'is_menu' => 1,
  22. );
  23. }
  24. /*--end*/
  25. /*手机端可视编辑URl*/
  26. $uiset_mobile_arr = [];
  27. if (file_exists(ROOT_PATH.'template/'.TPL_THEME.'mobile/uiset.txt')) {
  28. $uiset_mobile_arr = array(
  29. 'url' => url('Uiset/mobile', array(), true, $domain),
  30. 'is_menu' => 1,
  31. );
  32. }
  33. /*--end*/
  34. /*清理数据URl*/
  35. $uiset_data_url = '';
  36. if (!empty($uiset_pc_arr) || !empty($uiset_mobile_arr)) {
  37. $uiset_data_url = url('Uiset/ui_index', array(), true, $domain);
  38. }
  39. /*--end*/
  40. /*可视编辑URL*/
  41. $uiset_index_arr = array();
  42. if (!empty($uiset_pc_arr) || !empty($uiset_mobile_arr)) {
  43. $uiset_index_arr = array(
  44. 'url' => url('Uiset/ui_index', array(), true, $domain),
  45. 'is_menu' => 1,
  46. );
  47. }
  48. /*--end*/
  49. /*基本信息*/
  50. $ctlactArr = [
  51. 'System@web',
  52. 'System@web2',
  53. 'System@basic',
  54. 'System@water',
  55. 'System@api_conf',
  56. 'PayApi@pay_api_index',
  57. ];
  58. $system_index_arr = array();
  59. foreach ($ctlactArr as $key => $val) {
  60. if (is_check_access($val)) {
  61. $arr = explode('@', $val);
  62. $system_index_arr = array(
  63. 'controller' => !empty($arr[0]) ? $arr[0] : '',
  64. 'action' => !empty($arr[1]) ? $arr[1] : '',
  65. );
  66. break;
  67. }
  68. }
  69. /*--end*/
  70. /*SEO优化URl*/
  71. $seo_index_arr = array();
  72. if ($main_lang != $admin_lang) {
  73. $seo_index_arr = array(
  74. 'controller' => 'Links',
  75. 'action' => 'index',
  76. );
  77. } else {
  78. $ctlactArr = [
  79. 'Seo@seo',
  80. 'Sitemap@index',
  81. 'Links@index',
  82. ];
  83. foreach ($ctlactArr as $key => $val) {
  84. if (is_check_access($val)) {
  85. $arr = explode('@', $val);
  86. $seo_index_arr = array(
  87. 'controller' => !empty($arr[0]) ? $arr[0] : '',
  88. 'action' => !empty($arr[1]) ? $arr[1] : '',
  89. );
  90. break;
  91. }
  92. }
  93. }
  94. /*--end*/
  95. /*备份还原URl*/
  96. $tools_index_arr = array();
  97. if ($main_lang == $admin_lang) {
  98. $tools_index_arr = array(
  99. 'is_menu' => 1,
  100. );
  101. }
  102. /*--end*/
  103. /*频道模型URl*/
  104. $channeltype_index_arr = array();
  105. if ($main_lang == $admin_lang) {
  106. $channeltype_index_arr = array(
  107. 'is_menu' => 1,
  108. );
  109. }
  110. /*--end*/
  111. /*回收站URl*/
  112. $recyclebin_index_arr = array();
  113. if ($main_lang == $admin_lang) {
  114. $recyclebin_index_arr = array(
  115. 'is_menu' => 1,
  116. );
  117. }
  118. /*--end*/
  119. /*插件应用URl*/
  120. $weapp_index_arr = array();
  121. if ($main_lang == $admin_lang && 1 == tpCache('global.web_weapp_switch') && file_exists(ROOT_PATH.'weapp')) {
  122. //功能限制
  123. $auth_function = true;
  124. if (function_exists('checkAuthRule')) {
  125. $auth_function = checkAuthRule(2005);
  126. }
  127. //2005 菜单id
  128. if ($auth_function){
  129. $weapp_index_arr = array(
  130. 'is_menu' => 1,
  131. );
  132. }else{
  133. $weapp_index_arr = array(
  134. 'is_menu' => 0,
  135. );
  136. }
  137. }
  138. /*--end*/
  139. /*会员中心URl*/
  140. $users_index_arr = array();
  141. if (1 == tpCache('global.web_users_switch') && $main_lang == $admin_lang) {
  142. $users_index_arr = array(
  143. 'is_menu' => 1,
  144. 'is_modules' => 1,
  145. );
  146. }
  147. /*--end*/
  148. /*商城中心URl*/
  149. $shop_index_arr = array();
  150. $shopServicemeal = array_join_string(array('cGhwLnBocF9zZXJ2aWNlbWVhbA=='));
  151. if (1 == tpCache('global.web_users_switch') && 1 == getUsersConfigData('shop.shop_open') && $main_lang == $admin_lang && 1.5 <= tpCache($shopServicemeal)) {
  152. $shop_index_arr = array(
  153. 'is_menu' => 0,
  154. 'is_modules' => 1,
  155. );
  156. }
  157. /*--end*/
  158. /*订单管理URl*/
  159. $order_index_arr = array();
  160. if (!empty($users_index_arr['is_modules']) || !empty($shop_index_arr['is_modules'])) {
  161. $order_index_arr = array(
  162. 'is_menu' => 1,
  163. 'is_modules' => 1,
  164. );
  165. }
  166. /*--end*/
  167. /*待审文档URl*/
  168. $archives_index_draft_arr = array();
  169. if (1 == tpCache('global.web_users_switch') && 1 == getUsersConfigData('users.users_open_release') && $main_lang == $admin_lang) {
  170. $archives_index_draft_arr = array(
  171. 'is_menu' => 1,
  172. 'is_modules' => 1,
  173. );
  174. }
  175. /*--end*/
  176. /*退回文档URl*/
  177. $archives_index_reback_arr = array();
  178. if ($main_lang == $admin_lang) {
  179. $archives_index_reback_arr = array(
  180. 'is_menu' => 1,
  181. 'is_modules' => 1,
  182. );
  183. }
  184. /*--end*/
  185. /*小程序*/
  186. $diyminipro_index_arr = array();
  187. if (is_dir('./weapp/Diyminipro/') && 1 == tpCache('global.web_diyminipro_switch') && $main_lang == $admin_lang) {
  188. $diyminipro_index_arr = array(
  189. 'is_modules' => 1,
  190. );
  191. }
  192. /*--end*/
  193. /*更多功能*/
  194. $index_switch_map_arr = array(
  195. 'is_menu' => 1,
  196. 'is_modules' => 1,
  197. );
  198. /*--end*/
  199. /**
  200. * 权限模块属性说明
  201. * array
  202. * id 主键ID
  203. * parent_id 父ID
  204. * name 模块名称
  205. * controller 控制器
  206. * action 操作名
  207. * url 跳转链接(控制器与操作名为空时,才使用url)
  208. * target 打开窗口方式
  209. * icon 菜单图标
  210. * grade 层级
  211. * is_menu 是否显示菜单
  212. * is_modules 是否显示权限模块分组
  213. * is_subshowmenu 子模块是否有显示的模块
  214. * child 子模块
  215. */
  216. return array(
  217. '1000'=>array(
  218. 'id'=>1000,
  219. 'parent_id'=>0,
  220. 'name'=>'',
  221. 'controller'=>'',
  222. 'action'=>'',
  223. 'url'=>'',
  224. 'target'=>'workspace',
  225. 'grade'=>0,
  226. 'is_menu'=>1,
  227. 'is_modules'=>1,
  228. 'is_subshowmenu'=>1,
  229. 'child'=>array(
  230. '1005' => [
  231. 'id'=>1005,
  232. 'parent_id'=>1000,
  233. 'name' => '欢迎页',
  234. 'controller'=>'Index',
  235. 'action'=>'welcome',
  236. 'url'=>'',
  237. 'target'=>'workspace',
  238. 'icon'=>'fa fa-user',
  239. 'grade'=>1,
  240. 'is_menu'=>0,
  241. 'is_modules'=>1,
  242. 'is_subshowmenu'=>0,
  243. 'child' => [
  244. '1005001' => [
  245. 'id'=>1005001,
  246. 'parent_id'=>1005,
  247. 'name' => '快捷导航',
  248. 'controller'=>'Index',
  249. 'action'=>'ajax_quickmenu',
  250. 'url'=>'',
  251. 'target'=>'workspace',
  252. 'icon'=>'fa fa-undo',
  253. 'grade'=>2,
  254. 'is_menu'=>0,
  255. 'is_modules'=>1,
  256. 'is_subshowmenu'=>0,
  257. 'child' => [],
  258. ],
  259. '1005002' => [
  260. 'id'=>1005002,
  261. 'parent_id'=>1005,
  262. 'name' => '内容统计',
  263. 'controller'=>'Index',
  264. 'action'=>'ajax_content_total',
  265. 'url'=>'',
  266. 'target'=>'workspace',
  267. 'icon'=>'fa fa-undo',
  268. 'grade'=>2,
  269. 'is_menu'=>0,
  270. 'is_modules'=>1,
  271. 'is_subshowmenu'=>0,
  272. 'child' => [],
  273. ],
  274. ],
  275. ],
  276. '1001' => array(
  277. 'id'=>1001,
  278. 'parent_id'=>1000,
  279. 'name' => '栏目管理',
  280. 'controller'=>'Arctype',
  281. 'action'=>'index',
  282. 'param' => '|mt20|1',
  283. 'url'=>'',
  284. 'target'=>'workspace',
  285. 'icon'=>'iconfont e-lanmuguanli',
  286. 'grade'=>1,
  287. 'is_menu'=>1,
  288. 'is_modules'=>1,
  289. 'is_subshowmenu'=>0,
  290. 'child' => array(),
  291. ),
  292. '1002' => array(
  293. 'id'=>1002,
  294. 'parent_id'=>1000,
  295. 'name' => '内容管理',
  296. 'controller'=>'Archives',
  297. 'action'=>'index',
  298. 'url'=>'',
  299. 'target'=>'workspace',
  300. 'icon'=>'iconfont e-neirongwendang',
  301. 'grade'=>1,
  302. 'is_menu'=>1,
  303. 'is_modules'=>1,
  304. 'is_subshowmenu'=>0,
  305. 'child' => array(),
  306. ),
  307. '1004' => array(
  308. 'id'=>1004,
  309. 'parent_id'=>1000,
  310. 'name' => '待审文档',
  311. 'controller'=>'Archives',
  312. 'action'=>'index_draft',
  313. 'param' => '|menu|1',
  314. 'url'=>'',
  315. 'target'=>'workspace',
  316. 'icon'=>'iconfont e-tougao',
  317. 'grade'=>1,
  318. 'is_menu'=>isset($archives_index_draft_arr['is_menu']) ? $archives_index_draft_arr['is_menu'] : 0,
  319. 'is_modules'=>isset($archives_index_draft_arr['is_modules']) ? $archives_index_draft_arr['is_modules'] : 0,
  320. 'is_subshowmenu'=>0,
  321. 'child' => array(),
  322. ),
  323. /*'1006' => array(
  324. 'id'=>1006,
  325. 'parent_id'=>1000,
  326. 'name' => '退回文档',
  327. 'controller'=>'Archives',
  328. 'action'=>'index_reback',
  329. 'param' => '|menu|1',
  330. 'url'=>'',
  331. 'target'=>'workspace',
  332. 'icon'=>'iconfont e-tougao',
  333. 'grade'=>1,
  334. 'is_menu'=>isset($archives_index_reback_arr['is_menu']) ? $archives_index_reback_arr['is_menu'] : 0,
  335. 'is_modules'=>isset($archives_index_reback_arr['is_modules']) ? $archives_index_reback_arr['is_modules'] : 0,
  336. 'is_subshowmenu'=>0,
  337. 'child' => array(),
  338. ),*/
  339. '1003' => array(
  340. 'id'=>1003,
  341. 'parent_id'=>1000,
  342. 'name' => '广告管理',
  343. 'controller'=>'AdPosition',
  344. 'action'=>'index',
  345. 'url'=>'',
  346. 'target'=>'workspace',
  347. 'icon'=>'iconfont e-guanggao',
  348. 'grade'=>1,
  349. 'is_menu'=>1,
  350. 'is_modules'=>1,
  351. 'is_subshowmenu'=>0,
  352. 'child' => array(),
  353. ),
  354. ),
  355. ),
  356. '2000'=>array(
  357. 'id'=>2000,
  358. 'parent_id'=>0,
  359. 'name'=>'设置',
  360. 'controller'=>'',
  361. 'action'=>'',
  362. 'url'=>'',
  363. 'target'=>'workspace',
  364. 'grade'=>0,
  365. 'is_menu'=>1,
  366. 'is_modules'=>1,
  367. 'is_subshowmenu'=>1,
  368. 'child'=>array(
  369. '2001' => array(
  370. 'id'=>2001,
  371. 'parent_id'=>2000,
  372. 'name' => '基本信息',
  373. 'controller'=>isset($system_index_arr['controller']) ? $system_index_arr['controller'] : 'System',
  374. 'action'=>isset($system_index_arr['action']) ? $system_index_arr['action'] : 'index',
  375. 'url'=>'',
  376. 'target'=>'workspace',
  377. 'icon'=>'iconfont e-shezhi',
  378. 'grade'=>1,
  379. 'is_menu'=>1,
  380. 'is_modules'=>1,
  381. 'is_subshowmenu'=>0,
  382. 'child' => array(
  383. '2001001' => array(
  384. 'id'=>2001001,
  385. 'parent_id'=>2001,
  386. 'name' => '网站信息',
  387. 'controller'=>'System',
  388. 'action'=>'web',
  389. 'url'=>'',
  390. 'target'=>'workspace',
  391. 'icon'=>'iconfont fa-undo',
  392. 'grade'=>2,
  393. 'is_menu'=>0,
  394. 'is_modules'=>1,
  395. 'is_subshowmenu'=>0,
  396. 'child' => array(),
  397. ),
  398. '2001002' => array(
  399. 'id'=>2001002,
  400. 'parent_id'=>2001,
  401. 'name' => '核心设置',
  402. 'controller'=>'System',
  403. 'action'=>'web2',
  404. 'url'=>'',
  405. 'target'=>'workspace',
  406. 'icon'=>'fa fa-undo',
  407. 'grade'=>2,
  408. 'is_menu'=>0,
  409. 'is_modules'=>1,
  410. 'is_subshowmenu'=>0,
  411. 'child' => array(),
  412. ),
  413. '2001003' => array(
  414. 'id'=>2001003,
  415. 'parent_id'=>2001,
  416. 'name' => '附件扩展',
  417. 'controller'=>'System',
  418. 'action'=>'basic',
  419. 'url'=>'',
  420. 'target'=>'workspace',
  421. 'icon'=>'fa fa-undo',
  422. 'grade'=>2,
  423. 'is_menu'=>0,
  424. 'is_modules'=>1,
  425. 'is_subshowmenu'=>0,
  426. 'child' => array(),
  427. ),
  428. '2001005' => array(
  429. 'id'=>2001005,
  430. 'parent_id'=>2001,
  431. 'name' => '接口API',
  432. 'controller'=>'System',
  433. 'action'=>'api_conf',
  434. 'url'=>'',
  435. 'target'=>'workspace',
  436. 'icon'=>'fa fa-undo',
  437. 'grade'=>2,
  438. 'is_menu'=>0,
  439. 'is_modules'=>1,
  440. 'is_subshowmenu'=>0,
  441. 'child' => array(),
  442. ),
  443. '2001006' => array(
  444. 'id'=>2001006,
  445. 'parent_id'=>2001,
  446. 'name' => '自定义变量',
  447. 'controller'=>'System',
  448. 'action'=>'customvar_index',
  449. 'url'=>'',
  450. 'target'=>'workspace',
  451. 'icon'=>'fa fa-undo',
  452. 'grade'=>2,
  453. 'is_menu'=>0,
  454. 'is_modules'=>1,
  455. 'is_subshowmenu'=>0,
  456. 'child' => array(),
  457. ),
  458. ),
  459. ),
  460. '2002' => array(
  461. 'id'=>2002,
  462. 'parent_id'=>2000,
  463. 'name' => '可视编辑',
  464. 'controller'=>'Uiset',
  465. 'action'=>'ui_index',
  466. 'url'=>isset($uiset_index_arr['url']) ? $uiset_index_arr['url'] : '',
  467. 'target'=>'workspace',
  468. 'icon'=>'iconfont e-keshihuabianji',
  469. 'grade'=>1,
  470. 'is_menu'=>isset($uiset_index_arr['is_menu']) ? $uiset_index_arr['is_menu'] : 0,
  471. 'is_modules'=>1,
  472. 'is_subshowmenu'=>1,
  473. 'child'=>array(
  474. '2002001' => array(
  475. 'id'=>2002001,
  476. 'parent_id'=>2002,
  477. 'name' => '电脑端',
  478. 'controller'=>'Uiset',
  479. 'action'=>'pc',
  480. 'url'=>isset($uiset_pc_arr['url']) ? $uiset_pc_arr['url'] : '',
  481. 'target'=>'_blank',
  482. 'icon'=>'iconfont e-pc',
  483. 'grade'=>2,
  484. 'is_menu'=>isset($uiset_pc_arr['is_menu']) ? $uiset_pc_arr['is_menu'] : 0,
  485. 'is_modules'=>0,
  486. 'is_subshowmenu'=>0,
  487. 'child' => array(),
  488. ),
  489. '2002002' => array(
  490. 'id'=>2002002,
  491. 'parent_id'=>2002,
  492. 'name' => '手机端',
  493. 'controller'=>'Uiset',
  494. 'action'=>'mobile',
  495. 'url'=>isset($uiset_mobile_arr['url']) ? $uiset_mobile_arr['url'] : '',
  496. 'target'=>'_blank',
  497. 'icon'=>'fa fa-mobile',
  498. 'grade'=>2,
  499. 'is_menu'=>isset($uiset_mobile_arr['is_menu']) ? $uiset_mobile_arr['is_menu'] : 0,
  500. 'is_modules'=>0,
  501. 'is_subshowmenu'=>0,
  502. 'child' => array(),
  503. ),
  504. '2002003' => array(
  505. 'id'=>2002003,
  506. 'parent_id'=>2002,
  507. 'name' => '数据清理',
  508. 'controller'=>'Uiset',
  509. 'action'=>'ui_index',
  510. 'url'=>'',
  511. 'target'=>'workspace',
  512. 'icon'=>'iconfont e-qingli',
  513. 'grade'=>2,
  514. 'is_menu'=>1,
  515. 'is_modules'=>0,
  516. 'is_subshowmenu'=>0,
  517. 'child' => array(),
  518. ),
  519. ),
  520. ),
  521. '2003' => array(
  522. 'id'=>2003,
  523. 'parent_id'=>2000,
  524. 'name' => 'SEO模块',
  525. 'controller'=>isset($seo_index_arr['controller']) ? $seo_index_arr['controller'] : 'Seo',
  526. 'action'=>isset($seo_index_arr['action']) ? $seo_index_arr['action'] : 'seo',
  527. 'url'=>'',
  528. 'target'=>'workspace',
  529. 'icon'=>'iconfont e-seo',
  530. 'grade'=>1,
  531. 'is_menu'=>1,
  532. 'is_modules'=>1,
  533. 'is_subshowmenu'=>0,
  534. 'child'=>array(
  535. '2003001' => array(
  536. 'id'=>2003001,
  537. 'parent_id'=>2003,
  538. 'name' => 'SEO设置',
  539. 'controller'=>'Seo',
  540. 'action'=>'seo',
  541. 'url'=>'',
  542. 'target'=>'workspace',
  543. 'icon'=>'iconfont e-URLpeizhi1',
  544. 'grade'=>2,
  545. 'is_menu'=>0,
  546. 'is_modules'=>1,
  547. 'is_subshowmenu'=>0,
  548. 'child' => array(),
  549. ),
  550. '2003002' => array(
  551. 'id'=>2003002,
  552. 'parent_id'=>2003,
  553. 'name' => 'Sitemap',
  554. 'controller'=>'Sitemap',
  555. 'action'=>'index',
  556. 'url'=>'',
  557. 'target'=>'workspace',
  558. 'icon'=>'iconfont e-Sitemap',
  559. 'grade'=>2,
  560. 'is_menu'=>0,
  561. 'is_modules'=>1,
  562. 'is_subshowmenu'=>0,
  563. 'child' => array(),
  564. ),
  565. '2003003' => array(
  566. 'id'=>2003003,
  567. 'parent_id'=>2003,
  568. 'name' => '友情链接',
  569. 'controller'=>'Links',
  570. 'action'=>'index',
  571. 'url'=>'',
  572. 'target'=>'workspace',
  573. 'icon'=>'iconfont e-youqinglianjie1',
  574. 'grade'=>2,
  575. 'is_menu'=>0,
  576. 'is_modules'=>1,
  577. 'is_subshowmenu'=>0,
  578. 'child' => array(),
  579. ),
  580. // '2003004' => array(
  581. // 'id'=>2003004,
  582. // 'parent_id'=>2003,
  583. // 'name' => 'html生成',
  584. // 'controller'=>'Seo',
  585. // 'action'=>'build',
  586. // 'url'=>'',
  587. // 'target'=>'workspace',
  588. // 'icon'=>'iconfont e-jingtaishengcheng',
  589. // 'grade'=>2,
  590. // 'is_menu'=>0,
  591. // 'is_modules'=>1,
  592. // 'is_subshowmenu'=>0,
  593. // 'child' => array(),
  594. // ),
  595. ),
  596. ),
  597. '2004' => array(
  598. 'id'=>2004,
  599. 'parent_id'=>2000,
  600. 'name' => '功能地图',
  601. 'controller'=>'Index',
  602. 'action'=>'switch_map',
  603. 'url'=>'',
  604. 'target'=>'workspace',
  605. 'icon'=>'iconfont e-caidangongneng',
  606. 'grade'=>1,
  607. 'is_menu'=>isset($index_switch_map_arr['is_menu']) ? $index_switch_map_arr['is_menu'] : 0,
  608. 'is_modules'=>isset($index_switch_map_arr['is_modules']) ? $index_switch_map_arr['is_modules'] : 0,
  609. 'is_subshowmenu'=>0,
  610. 'child' => array(
  611. '2004001' => array(
  612. 'id'=>2004001,
  613. 'parent_id'=>2004,
  614. 'name' => '管理员',
  615. 'controller'=>'Admin',
  616. 'action'=>'index',
  617. 'url'=>'',
  618. 'target'=>'workspace',
  619. 'icon'=>'iconfont e-guanliyuan',
  620. 'grade'=>2,
  621. 'is_menu'=>1,
  622. 'is_modules'=>0,
  623. 'is_subshowmenu'=>0,
  624. 'child' => array(),
  625. ),
  626. '2004002' => array(
  627. 'id'=>2004002,
  628. 'parent_id'=>2004,
  629. 'name' => '备份还原',
  630. 'controller'=>'Tools',
  631. 'action'=>'index',
  632. 'url'=>'',
  633. 'target'=>'workspace',
  634. 'icon'=>'iconfont e-beifenhuanyuan',
  635. 'grade'=>2,
  636. 'is_menu'=>isset($tools_index_arr['is_menu']) ? $tools_index_arr['is_menu'] : 0,
  637. 'is_modules'=>0,
  638. 'is_subshowmenu'=>0,
  639. 'child' => array(),
  640. ),
  641. '2004003' => array(
  642. 'id'=>2004003,
  643. 'parent_id'=>2004,
  644. 'name' => '模板管理',
  645. 'controller'=>'Filemanager',
  646. 'action'=>'index',
  647. 'url'=>'',
  648. 'target'=>'workspace',
  649. 'icon'=>'iconfont e-mobanguanli',
  650. 'grade'=>2,
  651. 'is_menu'=>1,
  652. 'is_modules'=>0,
  653. 'is_subshowmenu'=>0,
  654. 'child' => array(),
  655. ),
  656. '2004004' => array(
  657. 'id'=>2004004,
  658. 'parent_id'=>2004,
  659. 'name' => '栏目字段',
  660. 'controller'=>'Field',
  661. 'action'=>'arctype_index',
  662. 'url'=>'',
  663. 'target'=>'workspace',
  664. 'icon'=>'iconfont e-lanmuziduan',
  665. 'grade'=>2,
  666. 'is_menu'=>0,
  667. 'is_modules'=>0,
  668. 'is_subshowmenu'=>0,
  669. 'child' => array(),
  670. ),
  671. // '2004005' => array(
  672. // 'id'=>2004005,
  673. // 'parent_id'=>2004,
  674. // 'name' => '清除缓存',
  675. // 'controller'=>'System',
  676. // 'action'=>'clear_cache',
  677. // 'url'=>'',
  678. // 'target'=>'workspace',
  679. // 'icon'=>'fa fa-undo',
  680. // 'grade'=>2,
  681. // 'is_menu'=>1,
  682. // 'is_modules'=>0,
  683. // 'is_subshowmenu'=>0,
  684. // 'child' => array(),
  685. // ),
  686. '2004006' => array(
  687. 'id'=>2004006,
  688. 'parent_id'=>2004,
  689. 'name' => '回收站',
  690. 'controller'=>'RecycleBin',
  691. 'action'=>'archives_index',
  692. 'param' => '|mt20|1|menu|1',
  693. 'url'=>'',
  694. 'target'=>'workspace',
  695. 'icon'=>'iconfont e-huishouzhan',
  696. 'grade'=>2,
  697. 'is_menu'=>isset($recyclebin_index_arr['is_menu']) ? $recyclebin_index_arr['is_menu'] : 0,
  698. 'is_modules'=>0,
  699. 'is_subshowmenu'=>0,
  700. 'child' => array(),
  701. ),
  702. '2004007' => array(
  703. 'id'=>2004007,
  704. 'parent_id'=>2004,
  705. 'name' => '频道模型',
  706. 'controller'=>'Channeltype',
  707. 'action'=>'index',
  708. 'url'=>'',
  709. 'target'=>'workspace',
  710. 'icon'=>'iconfont e-pindaomoxing',
  711. 'grade'=>2,
  712. 'is_menu'=>isset($channeltype_index_arr['is_menu']) ? $channeltype_index_arr['is_menu'] : 0,
  713. 'is_modules'=>0,
  714. 'is_subshowmenu'=>0,
  715. 'child' => array(),
  716. ),
  717. '2004008' => array(
  718. 'id'=>2004008,
  719. 'parent_id'=>2004,
  720. 'name' => '文档属性',
  721. 'controller'=>'ArchivesFlag',
  722. 'action'=>'index',
  723. 'url'=>'',
  724. 'target'=>'workspace',
  725. 'icon'=>'iconfont e-wendangshuxing',
  726. 'grade'=>2,
  727. 'is_menu'=>0,
  728. 'is_modules'=>1,
  729. 'is_subshowmenu'=>0,
  730. 'child' => array(),
  731. ),
  732. '2004009' => array(
  733. 'id'=>2004009,
  734. 'parent_id'=>2004,
  735. 'name' => '图片水印',
  736. 'controller'=>'System',
  737. 'action'=>'water',
  738. 'url'=>'',
  739. 'target'=>'workspace',
  740. 'icon'=>'iconfont e-shuiyinpeizhi',
  741. 'grade'=>2,
  742. 'is_menu'=>0,
  743. 'is_modules'=>1,
  744. 'is_subshowmenu'=>0,
  745. 'child' => array(),
  746. ),
  747. '2004010' => array(
  748. 'id'=>2004010,
  749. 'parent_id'=>2004,
  750. 'name' => '缩略图设置',
  751. 'controller'=>'System',
  752. 'action'=>'thumb',
  753. 'url'=>'',
  754. 'target'=>'workspace',
  755. 'icon'=>'iconfont e-suolvetupeizhi',
  756. 'grade'=>2,
  757. 'is_menu'=>0,
  758. 'is_modules'=>1,
  759. 'is_subshowmenu'=>0,
  760. 'child' => array(),
  761. ),
  762. '2004011' => array(
  763. 'id'=>2004011,
  764. 'parent_id'=>2004,
  765. 'name' => 'TAG管理',
  766. 'controller'=>'Tags',
  767. 'action'=>'index',
  768. 'url'=>'',
  769. 'target'=>'workspace',
  770. 'icon'=>'iconfont e-TAGguanli',
  771. 'grade'=>2,
  772. 'is_menu'=>0,
  773. 'is_modules'=>1,
  774. 'is_subshowmenu'=>0,
  775. 'child' => array(),
  776. ),
  777. '2004012' => array(
  778. 'id'=>2004012,
  779. 'parent_id'=>2004,
  780. 'name' => '模块开关',
  781. 'controller'=>'Index',
  782. 'action'=>'switch_map_0',
  783. 'url'=>'',
  784. 'target'=>'workspace',
  785. 'icon'=>'fa fa-undo',
  786. 'grade'=>2,
  787. 'is_menu'=>0,
  788. 'is_modules'=>1,
  789. 'is_subshowmenu'=>0,
  790. 'child' => array(),
  791. ),
  792. '2004013' => array(
  793. 'id'=>2004013,
  794. 'parent_id'=>2004,
  795. 'name' => '导航管理',
  796. 'controller'=>'Navigation',
  797. 'action'=>'index',
  798. 'url'=>'',
  799. 'target'=>'workspace',
  800. 'icon'=>'iconfont e-daohangguanli',
  801. 'grade'=>2,
  802. 'is_menu'=>0,
  803. 'is_modules'=>1,
  804. 'is_subshowmenu'=>0,
  805. 'child' => array(),
  806. ),
  807. '2004014' => array(
  808. 'id'=>2004014,
  809. 'parent_id'=>2004,
  810. 'name' => '站内通知',
  811. 'controller'=>'UsersNotice',
  812. 'action'=>'admin_notice_index',
  813. 'url'=>'',
  814. 'target'=>'workspace',
  815. 'icon'=>'fa fa-undo',
  816. 'grade'=>2,
  817. 'is_menu'=>0,
  818. 'is_modules'=>1,
  819. 'is_subshowmenu'=>0,
  820. 'child' => array(),
  821. ),
  822. '2004015' => array(
  823. 'id'=>2004015,
  824. 'parent_id'=>2004,
  825. 'name' => '验证码管理',
  826. 'controller'=>'Vertify',
  827. 'action'=>'index',
  828. 'url'=>'',
  829. 'target'=>'workspace',
  830. 'icon'=>'iconfont e-yanzhengmaguanli',
  831. 'grade'=>2,
  832. 'is_menu'=>0,
  833. 'is_modules'=>1,
  834. 'is_subshowmenu'=>0,
  835. 'child' => array(),
  836. ),
  837. '2004016' => array(
  838. 'id'=>2004016,
  839. 'parent_id'=>2004,
  840. 'name' => 'html生成',
  841. 'controller'=>'Seo',
  842. 'action'=>'build',
  843. 'url'=>'',
  844. 'target'=>'workspace',
  845. 'icon'=>'iconfont e-jingtaishengcheng',
  846. 'grade'=>2,
  847. 'is_menu'=>0,
  848. 'is_modules'=>1,
  849. 'is_subshowmenu'=>0,
  850. 'child' => array(),
  851. ),
  852. '2004017' => array(
  853. 'id'=>2004017,
  854. 'parent_id'=>2004,
  855. 'name' => '安全中心',
  856. 'controller'=>'Security',
  857. 'action'=>'index',
  858. 'url'=>'',
  859. 'target'=>'workspace',
  860. 'icon'=>'iconfont e-anquanshezhi',
  861. 'grade'=>2,
  862. 'is_menu'=>0,
  863. 'is_modules'=>1,
  864. 'is_subshowmenu'=>0,
  865. 'child' => array(),
  866. ),
  867. '2004018' => array(
  868. 'id'=>2004018,
  869. 'parent_id'=>2004,
  870. 'name' => '留言中心',
  871. 'controller'=>'Form',
  872. 'action'=>'index',
  873. 'param' => '',
  874. 'url'=>'',
  875. 'target'=>'workspace',
  876. 'icon'=>'iconfont e-biaodanguanli',
  877. 'grade'=>2,
  878. 'is_menu'=>0,
  879. 'is_modules'=>1,
  880. 'is_subshowmenu'=>0,
  881. 'child' => array(),
  882. ),
  883. '2004019' => array(
  884. 'id'=>2004019,
  885. 'parent_id'=>2004,
  886. 'name' => '城市分站',
  887. 'controller'=>'Citysite',
  888. 'action'=>'index',
  889. 'url'=>'',
  890. 'target'=>'workspace',
  891. 'icon'=>'iconfont e-chengshifenzhan',
  892. 'grade'=>2,
  893. 'is_menu'=>0,
  894. 'is_modules'=>1,
  895. 'is_subshowmenu'=>0,
  896. 'child' => array(),
  897. ),
  898. '2004020' => array(
  899. 'id'=>2004020,
  900. 'parent_id'=>2004,
  901. 'name' => '当前导航',
  902. 'controller'=>'Index',
  903. 'action'=>'switch_map_1',
  904. 'url'=>'',
  905. 'target'=>'workspace',
  906. 'icon'=>'fa fa-undo',
  907. 'grade'=>2,
  908. 'is_menu'=>0,
  909. 'is_modules'=>1,
  910. 'is_subshowmenu'=>0,
  911. 'child' => array(),
  912. ),
  913. '2004021' => array(
  914. 'id'=>2004021,
  915. 'parent_id'=>2004,
  916. 'name' => '订单管理',
  917. 'controller'=>'Order',
  918. 'action'=>'index',
  919. 'url'=>'',
  920. 'target'=>'workspace',
  921. 'icon'=>'iconfont e-dingdanguanli',
  922. 'grade'=>2,
  923. 'is_menu'=> isset($order_index_arr['is_menu']) ? $order_index_arr['is_menu'] : 0,
  924. 'is_modules'=> isset($order_index_arr['is_modules']) ? $order_index_arr['is_modules'] : 0,
  925. 'is_subshowmenu'=>0,
  926. 'child' => array(),
  927. ),
  928. '2004022' => array(
  929. 'id'=>2004022,
  930. 'parent_id'=>2004,
  931. 'name' => '搜索管理',
  932. 'controller'=>'Search',
  933. 'action'=>'index',
  934. 'url'=>'',
  935. 'target'=>'workspace',
  936. 'icon'=>'iconfont e-soguanjianci',
  937. 'grade'=>2,
  938. 'is_menu'=>0,
  939. 'is_modules'=>1,
  940. 'is_subshowmenu'=>0,
  941. 'child' => array(),
  942. ),
  943. '2004023' => array(
  944. 'id'=>2004023,
  945. 'parent_id'=>2004,
  946. 'name' => '积分兑换',
  947. 'controller'=>'Memgift',
  948. 'action'=>'gift_exchange_list',
  949. 'url'=>'',
  950. 'target'=>'workspace',
  951. 'icon'=>'iconfont e-lipinduihuan',
  952. 'grade'=>2,
  953. 'is_menu'=>0,
  954. 'is_modules'=>1,
  955. 'is_subshowmenu'=>0,
  956. 'child' => array(),
  957. ),
  958. '2004025' => array(
  959. 'id'=>2004025,
  960. 'parent_id'=>2004,
  961. 'name' => '主题风格',
  962. 'controller'=>'Index',
  963. 'action'=>'theme_index',
  964. 'param' => '',
  965. 'url'=>'',
  966. 'target'=>'workspace',
  967. 'icon'=>'iconfont e-zhutifengge',
  968. 'grade'=>2,
  969. 'is_menu'=>0,
  970. 'is_modules'=>1,
  971. 'is_subshowmenu'=>0,
  972. 'child' => array(),
  973. ),
  974. '2004026' => array(
  975. 'id'=>2004026,
  976. 'parent_id'=>2004,
  977. 'name' => '外贸助手',
  978. 'controller'=>'Foreign',
  979. 'action'=>'index',
  980. 'param' => '',
  981. 'url'=>'',
  982. 'target'=>'workspace',
  983. 'icon'=>'iconfont e-zhutifengge',
  984. 'grade'=>2,
  985. 'is_menu'=>0,
  986. 'is_modules'=>1,
  987. 'is_subshowmenu'=>0,
  988. 'child' => array(),
  989. ),
  990. ),
  991. ),
  992. '2005' => array(
  993. 'id'=>2005,
  994. 'parent_id'=>2000,
  995. 'name' => '插件应用',
  996. 'controller'=>'Weapp',
  997. 'action'=>'index',
  998. 'url'=>'',
  999. 'target'=>'workspace',
  1000. 'icon'=>'iconfont e-chajian',
  1001. 'grade'=>1,
  1002. 'is_menu'=>isset($weapp_index_arr['is_menu']) ? $weapp_index_arr['is_menu'] : 0,
  1003. 'is_modules'=>0,
  1004. 'is_subshowmenu'=>0,
  1005. 'child'=>array(),
  1006. ),
  1007. '2006' => array(
  1008. 'id'=>2006,
  1009. 'parent_id'=>2000,
  1010. 'name' => '会员中心',
  1011. 'controller'=>'Member',
  1012. 'action'=>'users_index',
  1013. 'url'=>'',
  1014. 'target'=>'workspace',
  1015. 'icon'=>'iconfont e-gerenzhongxin',
  1016. 'grade'=>1,
  1017. 'is_menu'=>isset($users_index_arr['is_menu']) ? $users_index_arr['is_menu'] : 0,
  1018. 'is_modules'=>isset($users_index_arr['is_modules']) ? $users_index_arr['is_modules'] : 0,
  1019. 'is_subshowmenu'=>0,
  1020. 'child' => array(
  1021. '2006001' => array(
  1022. 'id'=>2006001,
  1023. 'parent_id'=>2006,
  1024. 'name' => '余额充值',
  1025. 'controller'=>'Member',
  1026. 'action'=>'money_index',
  1027. 'param' => '|conceal|1',
  1028. 'url'=>'',
  1029. 'target'=>'workspace',
  1030. 'icon'=>'iconfont e-yuechongzhi',
  1031. 'grade'=>2,
  1032. 'is_menu'=>0,
  1033. 'is_modules'=>1,
  1034. 'is_subshowmenu'=>0,
  1035. 'child' => array(),
  1036. ),
  1037. '2006002' => array(
  1038. 'id'=>2006002,
  1039. 'parent_id'=>2006,
  1040. 'name' => '视频订单',
  1041. 'controller'=>'Member',
  1042. 'action'=>'media_index',
  1043. 'param' => '|conceal|1',
  1044. 'url'=>'',
  1045. 'target'=>'workspace',
  1046. 'icon'=>'iconfont e-shipindingdan',
  1047. 'grade'=>2,
  1048. 'is_menu'=>0,
  1049. 'is_modules'=>1,
  1050. 'is_subshowmenu'=>0,
  1051. 'child' => array(),
  1052. ),
  1053. '2006003' => array(
  1054. 'id'=>2006003,
  1055. 'parent_id'=>2006,
  1056. 'name' => '会员订单',
  1057. 'controller'=>'Level',
  1058. 'action'=>'upgrade_index',
  1059. 'param' => '|conceal|1',
  1060. 'url'=>'',
  1061. 'target'=>'workspace',
  1062. 'icon'=>'iconfont e-huiyuandingdan',
  1063. 'grade'=>2,
  1064. 'is_menu'=>0,
  1065. 'is_modules'=>1,
  1066. 'is_subshowmenu'=>0,
  1067. 'child' => array(),
  1068. ),
  1069. '2006004' => array(
  1070. 'id'=>2006004,
  1071. 'parent_id'=>2006,
  1072. 'name' => '文章订单',
  1073. 'controller'=>'Member',
  1074. 'action'=>'article_index',
  1075. 'param' => '|conceal|1',
  1076. 'url'=>'',
  1077. 'target'=>'workspace',
  1078. 'icon'=>'iconfont e-wenzhangdingdan',
  1079. 'grade'=>2,
  1080. 'is_menu'=>0,
  1081. 'is_modules'=>1,
  1082. 'is_subshowmenu'=>0,
  1083. 'child' => array(),
  1084. ),
  1085. ),
  1086. ),
  1087. '2008' => array(
  1088. 'id'=>2008,
  1089. 'parent_id'=>2000,
  1090. 'name' => '商城中心',
  1091. 'controller'=>'Shop',
  1092. 'action'=>'home',
  1093. 'url'=>'',
  1094. 'target'=>'workspace',
  1095. 'icon'=>'iconfont e-shangcheng',
  1096. 'grade'=>1,
  1097. 'is_menu'=> isset($shop_index_arr['is_menu']) ? $shop_index_arr['is_menu'] : 0,
  1098. 'is_modules'=> isset($shop_index_arr['is_modules']) ? $shop_index_arr['is_modules'] : 0,
  1099. 'is_subshowmenu'=>0,
  1100. 'child' => array(
  1101. '2008001' => array(
  1102. 'id'=>2008001,
  1103. 'parent_id'=>2008,
  1104. 'name' => '数据统计',
  1105. 'controller'=>'Statistics',
  1106. 'action'=>'index',
  1107. 'param' => '|conceal|1',
  1108. 'url'=>'',
  1109. 'target'=>'workspace',
  1110. 'icon'=>'iconfont e-shujutongji',
  1111. 'grade'=>2,
  1112. 'is_menu'=>0,
  1113. 'is_modules'=>1,
  1114. 'is_subshowmenu'=>0,
  1115. 'child' => array(),
  1116. ),
  1117. '2008002' => array(
  1118. 'id'=>2008002,
  1119. 'parent_id'=>2008,
  1120. 'name' => '商品管理',
  1121. 'controller'=>'ShopProduct',
  1122. 'action'=>'index',
  1123. 'param' => '|conceal|1',
  1124. 'url'=>'',
  1125. 'target'=>'workspace',
  1126. 'icon'=>'iconfont e-shangpinguanli',
  1127. 'grade'=>2,
  1128. 'is_menu'=>0,
  1129. 'is_modules'=>1,
  1130. 'is_subshowmenu'=>0,
  1131. 'child' => array(),
  1132. ),
  1133. '2008003' => array(
  1134. 'id'=>2008003,
  1135. 'parent_id'=>2008,
  1136. 'name' => '商品参数',
  1137. 'controller'=>'ShopProduct',
  1138. 'action'=>'attrlist_index',
  1139. 'param' => '|conceal|1',
  1140. 'url'=>'',
  1141. 'target'=>'workspace',
  1142. 'icon'=>'iconfont e-shangpincanshu',
  1143. 'grade'=>2,
  1144. 'is_menu'=>0,
  1145. 'is_modules'=>1,
  1146. 'is_subshowmenu'=>0,
  1147. 'child' => array(),
  1148. ),
  1149. '2008004' => array(
  1150. 'id'=>2008004,
  1151. 'parent_id'=>2008,
  1152. 'name' => '商城配置',
  1153. 'controller'=>'Shop',
  1154. 'action'=>'conf',
  1155. 'param' => '|conceal|1',
  1156. 'url'=>'',
  1157. 'target'=>'workspace',
  1158. 'icon'=>'iconfont e-shangchengpeizhi',
  1159. 'grade'=>2,
  1160. 'is_menu'=>0,
  1161. 'is_modules'=>1,
  1162. 'is_subshowmenu'=>0,
  1163. 'child' => array(),
  1164. ),
  1165. '2008005' => array(
  1166. 'id'=>2008005,
  1167. 'parent_id'=>2008,
  1168. 'name' => '营销功能',
  1169. 'controller'=>'Shop',
  1170. 'action'=>'market_index',
  1171. 'param' => '|conceal|1',
  1172. 'url'=>'',
  1173. 'target'=>'workspace',
  1174. 'icon'=>'iconfont e-yingxiaogongneng',
  1175. 'grade'=>2,
  1176. 'is_menu'=>0,
  1177. 'is_modules'=>1,
  1178. 'is_subshowmenu'=>0,
  1179. 'child' => array(),
  1180. ),
  1181. '2008006' => array(
  1182. 'id'=>2008006,
  1183. 'parent_id'=>2008,
  1184. 'name' => '商城订单',
  1185. 'controller'=>'Shop',
  1186. 'action'=>'index',
  1187. 'param' => '|order_status|10|conceal|1',
  1188. 'url'=>'',
  1189. 'target'=>'workspace',
  1190. 'icon'=>'iconfont e-shangchengdingdan',
  1191. 'grade'=>2,
  1192. 'is_menu'=>0,
  1193. 'is_modules'=>1,
  1194. 'is_subshowmenu'=>0,
  1195. 'child' => array(),
  1196. ),
  1197. '2008007' => array(
  1198. 'id'=>2008007,
  1199. 'parent_id'=>2008,
  1200. 'name' => '售后处理',
  1201. 'controller'=>'ShopService',
  1202. 'action'=>'after_service',
  1203. 'param' => '|conceal|1',
  1204. 'url'=>'',
  1205. 'target'=>'workspace',
  1206. 'icon'=>'iconfont e-shouhouchuli',
  1207. 'grade'=>2,
  1208. 'is_menu'=>0,
  1209. 'is_modules'=>1,
  1210. 'is_subshowmenu'=>0,
  1211. 'child' => array(),
  1212. ),
  1213. '2008008' => array(
  1214. 'id'=>2008008,
  1215. 'parent_id'=>2008,
  1216. 'name' => '商品规格',
  1217. 'controller'=>'Shop',
  1218. 'action'=>'spec_index',
  1219. 'param' => '|conceal|1',
  1220. 'url'=>'',
  1221. 'target'=>'workspace',
  1222. 'icon'=>'iconfont e-shangpinguige',
  1223. 'grade'=>2,
  1224. 'is_menu'=>0,
  1225. 'is_modules'=>1,
  1226. 'is_subshowmenu'=>0,
  1227. 'child' => array(),
  1228. ),
  1229. ),
  1230. ),
  1231. '2009' => array(
  1232. 'id'=>2009,
  1233. 'parent_id'=>2000,
  1234. 'name' => '可视化小程序',
  1235. 'controller'=>'Diyminipro',
  1236. 'action'=>'page_edit',
  1237. 'url'=>'',
  1238. 'target'=>'workspace',
  1239. 'icon'=>'fa fa-code',
  1240. 'grade'=>1,
  1241. 'is_menu'=>0,
  1242. 'is_modules'=>isset($diyminipro_index_arr['is_modules']) ? $diyminipro_index_arr['is_modules'] : 0,
  1243. 'is_subshowmenu'=>0,
  1244. 'child' => array(),
  1245. ),
  1246. ),
  1247. ),
  1248. );