AdminMenusTableSeeder.php 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  1. <?php
  2. use Illuminate\Database\Seeder;
  3. class AdminMenusTableSeeder extends Seeder
  4. {
  5. /**
  6. * Auto generated seed file
  7. *
  8. * @return void
  9. */
  10. public function run()
  11. {
  12. \DB::table('admin_menus')->delete();
  13. \DB::table('admin_menus')->insert(array (
  14. 0 =>
  15. array (
  16. 'id' => 1,
  17. 'pid' => 0,
  18. 'path' => '#',
  19. 'name' => '系统管理',
  20. 'display' => 1,
  21. 'sort' => 2,
  22. 'level' => 1,
  23. 'ico' => 'fa-globe',
  24. 'mark' => '',
  25. 'created_at' => '2017-01-01 00:00:00',
  26. 'updated_at' => '2017-01-01 00:00:00',
  27. 'deleted_at' => NULL,
  28. ),
  29. 1 =>
  30. array (
  31. 'id' => 2,
  32. 'pid' => 0,
  33. 'path' => '#',
  34. 'name' => '用户管理',
  35. 'display' => 1,
  36. 'sort' => 99,
  37. 'level' => 1,
  38. 'ico' => 'fa-bar-chart-o',
  39. 'mark' => '',
  40. 'created_at' => '2017-01-01 00:00:00',
  41. 'updated_at' => '2017-01-01 00:00:00',
  42. 'deleted_at' => NULL,
  43. ),
  44. 2 =>
  45. array (
  46. 'id' => 3,
  47. 'pid' => 0,
  48. 'path' => '#',
  49. 'name' => '商品管理',
  50. 'display' => 0,
  51. 'sort' => 98,
  52. 'level' => 1,
  53. 'ico' => 'fa-calendar',
  54. 'mark' => '',
  55. 'created_at' => '2017-01-01 00:00:00',
  56. 'updated_at' => '2017-01-01 00:00:00',
  57. 'deleted_at' => NULL,
  58. ),
  59. 3 =>
  60. array (
  61. 'id' => 5,
  62. 'pid' => 0,
  63. 'path' => '#',
  64. 'name' => '公共权限',
  65. 'display' => 0,
  66. 'sort' => 0,
  67. 'level' => 1,
  68. 'ico' => 'fa-cart-plus',
  69. 'mark' => '',
  70. 'created_at' => '2017-01-01 00:00:00',
  71. 'updated_at' => '2017-01-01 00:00:00',
  72. 'deleted_at' => NULL,
  73. ),
  74. 4 =>
  75. array (
  76. 'id' => 6,
  77. 'pid' => 0,
  78. 'path' => '#',
  79. 'name' => '缓存管理',
  80. 'display' => 1,
  81. 'sort' => 94,
  82. 'level' => 1,
  83. 'ico' => 'fa-magic',
  84. 'mark' => '',
  85. 'created_at' => '2017-01-01 00:00:00',
  86. 'updated_at' => '2017-01-01 00:00:00',
  87. 'deleted_at' => NULL,
  88. ),
  89. 5 =>
  90. array (
  91. 'id' => 7,
  92. 'pid' => 0,
  93. 'path' => '#',
  94. 'name' => '数据报表',
  95. 'display' => 0,
  96. 'sort' => 96,
  97. 'level' => 1,
  98. 'ico' => 'fa-globe',
  99. 'mark' => '',
  100. 'created_at' => '2017-01-01 00:00:00',
  101. 'updated_at' => '2017-01-01 00:00:00',
  102. 'deleted_at' => NULL,
  103. ),
  104. 6 =>
  105. array (
  106. 'id' => 9,
  107. 'pid' => 0,
  108. 'path' => '#',
  109. 'name' => '参数设置',
  110. 'display' => 1,
  111. 'sort' => 95,
  112. 'level' => 1,
  113. 'ico' => 'fa-bar-chart-o',
  114. 'mark' => '',
  115. 'created_at' => '2017-01-04 18:32:17',
  116. 'updated_at' => '2017-01-04 18:33:36',
  117. 'deleted_at' => NULL,
  118. ),
  119. 7 =>
  120. array (
  121. 'id' => 103,
  122. 'pid' => 1,
  123. 'path' => 'Base/Menus/index',
  124. 'name' => '菜单管理',
  125. 'display' => 1,
  126. 'sort' => 0,
  127. 'level' => 1,
  128. 'ico' => '',
  129. 'mark' => '',
  130. 'created_at' => '2017-01-01 00:00:00',
  131. 'updated_at' => '2017-01-01 00:00:00',
  132. 'deleted_at' => NULL,
  133. ),
  134. 8 =>
  135. array (
  136. 'id' => 104,
  137. 'pid' => 1,
  138. 'path' => 'Base/Role/index',
  139. 'name' => '角色管理',
  140. 'display' => 1,
  141. 'sort' => 0,
  142. 'level' => 2,
  143. 'ico' => '',
  144. 'mark' => '',
  145. 'created_at' => '2017-01-01 00:00:00',
  146. 'updated_at' => '2017-01-01 00:00:00',
  147. 'deleted_at' => NULL,
  148. ),
  149. 9 =>
  150. array (
  151. 'id' => 105,
  152. 'pid' => 1,
  153. 'path' => 'Base/User/index',
  154. 'name' => '账号管理',
  155. 'display' => 1,
  156. 'sort' => 0,
  157. 'level' => 2,
  158. 'ico' => '',
  159. 'mark' => '',
  160. 'created_at' => '2017-01-01 00:00:00',
  161. 'updated_at' => '2017-01-01 00:00:00',
  162. 'deleted_at' => NULL,
  163. ),
  164. 10 =>
  165. array (
  166. 'id' => 501,
  167. 'pid' => 5,
  168. 'path' => 'Base/Index/index',
  169. 'name' => '首页(必选)',
  170. 'display' => 0,
  171. 'sort' => 0,
  172. 'level' => 2,
  173. 'ico' => '',
  174. 'mark' => '',
  175. 'created_at' => '2017-01-01 00:00:00',
  176. 'updated_at' => '2017-01-01 00:00:00',
  177. 'deleted_at' => NULL,
  178. ),
  179. 11 =>
  180. array (
  181. 'id' => 502,
  182. 'pid' => 5,
  183. 'path' => 'Base/Index/welcome',
  184. 'name' => '欢迎页',
  185. 'display' => 0,
  186. 'sort' => 0,
  187. 'level' => 1,
  188. 'ico' => '',
  189. 'mark' => '',
  190. 'created_at' => '2017-01-01 00:00:00',
  191. 'updated_at' => '2017-01-01 00:00:00',
  192. 'deleted_at' => NULL,
  193. ),
  194. 12 =>
  195. array (
  196. 'id' => 503,
  197. 'pid' => 5,
  198. 'path' => 'Base/Login/logout',
  199. 'name' => '退出页',
  200. 'display' => 0,
  201. 'sort' => 0,
  202. 'level' => 1,
  203. 'ico' => '',
  204. 'mark' => '',
  205. 'created_at' => '2017-01-01 00:00:00',
  206. 'updated_at' => '2017-01-01 00:00:00',
  207. 'deleted_at' => NULL,
  208. ),
  209. 13 =>
  210. array (
  211. 'id' => 519,
  212. 'pid' => 103,
  213. 'path' => 'Base/Menus/create',
  214. 'name' => '添加菜单',
  215. 'display' => 0,
  216. 'sort' => 0,
  217. 'level' => 3,
  218. 'ico' => '',
  219. 'mark' => '',
  220. 'created_at' => '2017-01-01 00:00:00',
  221. 'updated_at' => '2017-01-01 00:00:00',
  222. 'deleted_at' => NULL,
  223. ),
  224. 14 =>
  225. array (
  226. 'id' => 520,
  227. 'pid' => 103,
  228. 'path' => 'Base/Menus/update',
  229. 'name' => '修改菜单',
  230. 'display' => 0,
  231. 'sort' => 0,
  232. 'level' => 3,
  233. 'ico' => '',
  234. 'mark' => '',
  235. 'created_at' => '2017-01-01 00:00:00',
  236. 'updated_at' => '2017-01-01 00:00:00',
  237. 'deleted_at' => NULL,
  238. ),
  239. 15 =>
  240. array (
  241. 'id' => 521,
  242. 'pid' => 103,
  243. 'path' => 'Base/Menus/destroy',
  244. 'name' => '删除菜单',
  245. 'display' => 0,
  246. 'sort' => 0,
  247. 'level' => 3,
  248. 'ico' => '',
  249. 'mark' => '',
  250. 'created_at' => '2017-01-01 00:00:00',
  251. 'updated_at' => '2017-01-01 00:00:00',
  252. 'deleted_at' => NULL,
  253. ),
  254. 16 =>
  255. array (
  256. 'id' => 522,
  257. 'pid' => 104,
  258. 'path' => 'Base/Role/create',
  259. 'name' => '添加角色',
  260. 'display' => 0,
  261. 'sort' => 0,
  262. 'level' => 3,
  263. 'ico' => '',
  264. 'mark' => '',
  265. 'created_at' => '2017-01-01 00:00:00',
  266. 'updated_at' => '2017-01-01 00:00:00',
  267. 'deleted_at' => NULL,
  268. ),
  269. 17 =>
  270. array (
  271. 'id' => 523,
  272. 'pid' => 104,
  273. 'path' => 'Base/Role/update',
  274. 'name' => '修改角色',
  275. 'display' => 0,
  276. 'sort' => 0,
  277. 'level' => 3,
  278. 'ico' => '',
  279. 'mark' => '',
  280. 'created_at' => '2017-01-01 00:00:00',
  281. 'updated_at' => '2017-01-01 00:00:00',
  282. 'deleted_at' => NULL,
  283. ),
  284. 18 =>
  285. array (
  286. 'id' => 524,
  287. 'pid' => 104,
  288. 'path' => 'Base/Role/auth',
  289. 'name' => '角色授权',
  290. 'display' => 0,
  291. 'sort' => 0,
  292. 'level' => 3,
  293. 'ico' => '',
  294. 'mark' => '',
  295. 'created_at' => '2017-01-01 00:00:00',
  296. 'updated_at' => '2017-01-01 00:00:00',
  297. 'deleted_at' => NULL,
  298. ),
  299. 19 =>
  300. array (
  301. 'id' => 525,
  302. 'pid' => 104,
  303. 'path' => 'Base/Role/destroy',
  304. 'name' => '删除角色',
  305. 'display' => 0,
  306. 'sort' => 0,
  307. 'level' => 3,
  308. 'ico' => '',
  309. 'mark' => '',
  310. 'created_at' => '2017-01-01 00:00:00',
  311. 'updated_at' => '2017-01-01 00:00:00',
  312. 'deleted_at' => NULL,
  313. ),
  314. 20 =>
  315. array (
  316. 'id' => 526,
  317. 'pid' => 105,
  318. 'path' => 'Base/User/update',
  319. 'name' => '编辑用户',
  320. 'display' => 0,
  321. 'sort' => 0,
  322. 'level' => 3,
  323. 'ico' => '',
  324. 'mark' => '',
  325. 'created_at' => '2017-01-01 00:00:00',
  326. 'updated_at' => '2017-01-01 00:00:00',
  327. 'deleted_at' => NULL,
  328. ),
  329. 21 =>
  330. array (
  331. 'id' => 542,
  332. 'pid' => 5,
  333. 'path' => 'Foundation/Attachment/webupload',
  334. 'name' => '文件上传',
  335. 'display' => 0,
  336. 'sort' => 0,
  337. 'level' => 2,
  338. 'ico' => '',
  339. 'mark' => '',
  340. 'created_at' => '2017-01-01 00:00:00',
  341. 'updated_at' => '2017-01-01 00:00:00',
  342. 'deleted_at' => NULL,
  343. ),
  344. 22 =>
  345. array (
  346. 'id' => 543,
  347. 'pid' => 5,
  348. 'path' => 'Base/Attachment/upload',
  349. 'name' => '编辑器上传',
  350. 'display' => 0,
  351. 'sort' => 0,
  352. 'level' => 2,
  353. 'ico' => '',
  354. 'mark' => '',
  355. 'created_at' => '2017-01-01 00:00:00',
  356. 'updated_at' => '2017-01-01 00:00:00',
  357. 'deleted_at' => NULL,
  358. ),
  359. 23 =>
  360. array (
  361. 'id' => 544,
  362. 'pid' => 105,
  363. 'path' => 'Base/User/auth',
  364. 'name' => '为用户授权',
  365. 'display' => 0,
  366. 'sort' => 1,
  367. 'level' => 3,
  368. 'ico' => '',
  369. 'mark' => '',
  370. 'created_at' => '2017-01-01 00:00:00',
  371. 'updated_at' => '2017-01-01 00:00:00',
  372. 'deleted_at' => NULL,
  373. ),
  374. 24 =>
  375. array (
  376. 'id' => 578,
  377. 'pid' => 1,
  378. 'path' => 'Base/Crud/create',
  379. 'name' => 'Crud',
  380. 'display' => 1,
  381. 'sort' => 0,
  382. 'level' => 1,
  383. 'ico' => '',
  384. 'mark' => '',
  385. 'created_at' => '2017-01-01 00:00:00',
  386. 'updated_at' => '2017-01-01 00:00:00',
  387. 'deleted_at' => NULL,
  388. ),
  389. 25 =>
  390. array (
  391. 'id' => 579,
  392. 'pid' => 6,
  393. 'path' => 'Cache/File/clearcache',
  394. 'name' => '清空缓存',
  395. 'display' => 1,
  396. 'sort' => 0,
  397. 'level' => 1,
  398. 'ico' => '',
  399. 'mark' => '',
  400. 'created_at' => '2017-01-01 00:00:00',
  401. 'updated_at' => '2017-01-01 00:00:00',
  402. 'deleted_at' => NULL,
  403. ),
  404. 26 =>
  405. array (
  406. 'id' => 580,
  407. 'pid' => 6,
  408. 'path' => 'Cache/File/clearview',
  409. 'name' => '清空模板缓存',
  410. 'display' => 1,
  411. 'sort' => 0,
  412. 'level' => 1,
  413. 'ico' => '',
  414. 'mark' => '',
  415. 'created_at' => '2017-01-01 00:00:00',
  416. 'updated_at' => '2017-01-01 00:00:00',
  417. 'deleted_at' => NULL,
  418. ),
  419. 27 =>
  420. array (
  421. 'id' => 581,
  422. 'pid' => 6,
  423. 'path' => 'Cache/File/clearsessions',
  424. 'name' => '强制在线用户下线',
  425. 'display' => 1,
  426. 'sort' => 0,
  427. 'level' => 1,
  428. 'ico' => '',
  429. 'mark' => '',
  430. 'created_at' => '2017-01-01 00:00:00',
  431. 'updated_at' => '2017-01-01 00:00:00',
  432. 'deleted_at' => NULL,
  433. ),
  434. 28 =>
  435. array (
  436. 'id' => 582,
  437. 'pid' => 6,
  438. 'path' => 'Cache/File/index',
  439. 'name' => '文件管理',
  440. 'display' => 1,
  441. 'sort' => 0,
  442. 'level' => 1,
  443. 'ico' => '',
  444. 'mark' => '',
  445. 'created_at' => '2017-01-01 00:00:00',
  446. 'updated_at' => '2017-01-01 00:00:00',
  447. 'deleted_at' => NULL,
  448. ),
  449. 29 =>
  450. array (
  451. 'id' => 583,
  452. 'pid' => 6,
  453. 'path' => 'Cache/File/view',
  454. 'name' => '文件查看',
  455. 'display' => 0,
  456. 'sort' => 0,
  457. 'level' => 1,
  458. 'ico' => '',
  459. 'mark' => '',
  460. 'created_at' => '2017-01-01 00:00:00',
  461. 'updated_at' => '2017-01-01 00:00:00',
  462. 'deleted_at' => NULL,
  463. ),
  464. 30 =>
  465. array (
  466. 'id' => 596,
  467. 'pid' => 1,
  468. 'path' => 'Base/Settings/index',
  469. 'name' => '系统配置',
  470. 'display' => 1,
  471. 'sort' => 0,
  472. 'level' => 2,
  473. 'ico' => '',
  474. 'mark' => '',
  475. 'created_at' => '2016-03-29 19:42:29',
  476. 'updated_at' => '2016-03-29 19:42:29',
  477. 'deleted_at' => NULL,
  478. ),
  479. 31 =>
  480. array (
  481. 'id' => 597,
  482. 'pid' => 2,
  483. 'path' => 'User/Info/index',
  484. 'name' => '用户列表',
  485. 'display' => 1,
  486. 'sort' => 1,
  487. 'level' => 1,
  488. 'ico' => '',
  489. 'mark' => '',
  490. 'created_at' => '2017-04-05 06:39:13',
  491. 'updated_at' => '2017-04-05 06:39:13',
  492. 'deleted_at' => NULL,
  493. ),
  494. 32 =>
  495. array (
  496. 'id' => 598,
  497. 'pid' => 597,
  498. 'path' => 'User/Info/create',
  499. 'name' => '添加',
  500. 'display' => 0,
  501. 'sort' => 1,
  502. 'level' => 1,
  503. 'ico' => '',
  504. 'mark' => '',
  505. 'created_at' => '2017-04-05 06:39:13',
  506. 'updated_at' => '2017-04-05 06:39:13',
  507. 'deleted_at' => NULL,
  508. ),
  509. 33 =>
  510. array (
  511. 'id' => 599,
  512. 'pid' => 597,
  513. 'path' => 'User/Info/update',
  514. 'name' => '修改',
  515. 'display' => 0,
  516. 'sort' => 1,
  517. 'level' => 1,
  518. 'ico' => '',
  519. 'mark' => '',
  520. 'created_at' => '2017-04-05 06:39:13',
  521. 'updated_at' => '2017-04-05 06:39:13',
  522. 'deleted_at' => NULL,
  523. ),
  524. 34 =>
  525. array (
  526. 'id' => 600,
  527. 'pid' => 597,
  528. 'path' => 'User/Info/destroy',
  529. 'name' => '删除',
  530. 'display' => 0,
  531. 'sort' => 1,
  532. 'level' => 1,
  533. 'ico' => '',
  534. 'mark' => '',
  535. 'created_at' => '2017-04-05 06:39:13',
  536. 'updated_at' => '2017-04-05 06:39:13',
  537. 'deleted_at' => NULL,
  538. ),
  539. 35 =>
  540. array (
  541. 'id' => 601,
  542. 'pid' => 597,
  543. 'path' => 'User/Info/view',
  544. 'name' => '查看',
  545. 'display' => 0,
  546. 'sort' => 1,
  547. 'level' => 1,
  548. 'ico' => '',
  549. 'mark' => '',
  550. 'created_at' => '2017-04-05 06:39:13',
  551. 'updated_at' => '2017-04-05 06:39:13',
  552. 'deleted_at' => NULL,
  553. ),
  554. 36 =>
  555. array (
  556. 'id' => 602,
  557. 'pid' => 597,
  558. 'path' => 'User/Info/check',
  559. 'name' => '选择数据',
  560. 'display' => 0,
  561. 'sort' => 1,
  562. 'level' => 1,
  563. 'ico' => '',
  564. 'mark' => '',
  565. 'created_at' => '2017-04-05 06:39:13',
  566. 'updated_at' => '2017-04-05 06:39:13',
  567. 'deleted_at' => NULL,
  568. ),
  569. 37 =>
  570. array (
  571. 'id' => 604,
  572. 'pid' => 596,
  573. 'path' => 'Base/Settings/create',
  574. 'name' => '添加',
  575. 'display' => 0,
  576. 'sort' => 1,
  577. 'level' => 1,
  578. 'ico' => '',
  579. 'mark' => ' ',
  580. 'created_at' => '2017-05-31 04:56:09',
  581. 'updated_at' => '2017-05-31 04:56:09',
  582. 'deleted_at' => NULL,
  583. ),
  584. 38 =>
  585. array (
  586. 'id' => 605,
  587. 'pid' => 596,
  588. 'path' => 'Base/Settings/update',
  589. 'name' => '修改',
  590. 'display' => 0,
  591. 'sort' => 1,
  592. 'level' => 1,
  593. 'ico' => '',
  594. 'mark' => ' ',
  595. 'created_at' => '2017-05-31 04:56:09',
  596. 'updated_at' => '2017-05-31 04:56:09',
  597. 'deleted_at' => NULL,
  598. ),
  599. 39 =>
  600. array (
  601. 'id' => 606,
  602. 'pid' => 596,
  603. 'path' => 'Base/Settings/destroy',
  604. 'name' => '删除',
  605. 'display' => 0,
  606. 'sort' => 1,
  607. 'level' => 1,
  608. 'ico' => '',
  609. 'mark' => ' ',
  610. 'created_at' => '2017-05-31 04:56:09',
  611. 'updated_at' => '2017-05-31 04:56:09',
  612. 'deleted_at' => NULL,
  613. ),
  614. 40 =>
  615. array (
  616. 'id' => 607,
  617. 'pid' => 596,
  618. 'path' => 'Base/Settings/view',
  619. 'name' => '查看',
  620. 'display' => 0,
  621. 'sort' => 1,
  622. 'level' => 1,
  623. 'ico' => '',
  624. 'mark' => ' ',
  625. 'created_at' => '2017-05-31 04:56:09',
  626. 'updated_at' => '2017-05-31 04:56:09',
  627. 'deleted_at' => NULL,
  628. ),
  629. 41 =>
  630. array (
  631. 'id' => 608,
  632. 'pid' => 596,
  633. 'path' => 'Base/Settings/check',
  634. 'name' => '选择数据',
  635. 'display' => 0,
  636. 'sort' => 1,
  637. 'level' => 1,
  638. 'ico' => '',
  639. 'mark' => ' ',
  640. 'created_at' => '2017-05-31 04:56:09',
  641. 'updated_at' => '2017-05-31 04:56:09',
  642. 'deleted_at' => NULL,
  643. ),
  644. 42 =>
  645. array (
  646. 'id' => 610,
  647. 'pid' => 9,
  648. 'path' => 'setting/banner/index',
  649. 'name' => '轮播图列表',
  650. 'display' => 1,
  651. 'sort' => 1,
  652. 'level' => 2,
  653. 'ico' => '',
  654. 'mark' => '轮播图管理',
  655. 'created_at' => '2017-06-15 09:39:10',
  656. 'updated_at' => '2017-06-28 16:40:43',
  657. 'deleted_at' => NULL,
  658. ),
  659. 43 =>
  660. array (
  661. 'id' => 611,
  662. 'pid' => 9,
  663. 'path' => 'setting/paihang/edit',
  664. 'name' => '梦想排行参数设置',
  665. 'display' => 1,
  666. 'sort' => 1,
  667. 'level' => 2,
  668. 'ico' => '',
  669. 'mark' => '梦想排行参数设置',
  670. 'created_at' => '2017-06-16 02:02:29',
  671. 'updated_at' => '2017-06-16 02:02:29',
  672. 'deleted_at' => NULL,
  673. ),
  674. 44 =>
  675. array (
  676. 'id' => 612,
  677. 'pid' => 9,
  678. 'path' => 'setting/score/edit',
  679. 'name' => '支持分数参数设置',
  680. 'display' => 1,
  681. 'sort' => 1,
  682. 'level' => 2,
  683. 'ico' => '',
  684. 'mark' => '支持分数参数设置',
  685. 'created_at' => '2017-06-16 02:06:12',
  686. 'updated_at' => '2017-06-16 02:06:12',
  687. 'deleted_at' => NULL,
  688. ),
  689. 45 =>
  690. array (
  691. 'id' => 613,
  692. 'pid' => 0,
  693. 'path' => '#',
  694. 'name' => '梦想管理',
  695. 'display' => 1,
  696. 'sort' => 99,
  697. 'level' => 1,
  698. 'ico' => 'fa-bar-chart-o',
  699. 'mark' => '梦想管理',
  700. 'created_at' => '2017-06-28 14:38:21',
  701. 'updated_at' => '2017-06-28 14:38:21',
  702. 'deleted_at' => NULL,
  703. ),
  704. 46 =>
  705. array (
  706. 'id' => 614,
  707. 'pid' => 613,
  708. 'path' => 'Dream/Info/index',
  709. 'name' => '梦想列表',
  710. 'display' => 1,
  711. 'sort' => 1,
  712. 'level' => 1,
  713. 'ico' => 'fa-bar-chart-o',
  714. 'mark' => '',
  715. 'created_at' => '2017-06-28 14:50:22',
  716. 'updated_at' => '2017-06-28 14:50:22',
  717. 'deleted_at' => NULL,
  718. ),
  719. 47 =>
  720. array (
  721. 'id' => 615,
  722. 'pid' => 614,
  723. 'path' => 'Dream/Info/create',
  724. 'name' => '添加',
  725. 'display' => 0,
  726. 'sort' => 1,
  727. 'level' => 1,
  728. 'ico' => 'fa-bar-chart-o',
  729. 'mark' => '',
  730. 'created_at' => '2017-06-28 14:50:22',
  731. 'updated_at' => '2017-06-28 14:50:22',
  732. 'deleted_at' => NULL,
  733. ),
  734. 48 =>
  735. array (
  736. 'id' => 616,
  737. 'pid' => 614,
  738. 'path' => 'Dream/Info/update',
  739. 'name' => '修改',
  740. 'display' => 0,
  741. 'sort' => 1,
  742. 'level' => 1,
  743. 'ico' => 'fa-bar-chart-o',
  744. 'mark' => '',
  745. 'created_at' => '2017-06-28 14:50:22',
  746. 'updated_at' => '2017-06-28 14:50:22',
  747. 'deleted_at' => NULL,
  748. ),
  749. 49 =>
  750. array (
  751. 'id' => 617,
  752. 'pid' => 614,
  753. 'path' => 'Dream/Info/destroy',
  754. 'name' => '删除',
  755. 'display' => 0,
  756. 'sort' => 1,
  757. 'level' => 1,
  758. 'ico' => 'fa-bar-chart-o',
  759. 'mark' => '',
  760. 'created_at' => '2017-06-28 14:50:22',
  761. 'updated_at' => '2017-06-28 14:50:22',
  762. 'deleted_at' => NULL,
  763. ),
  764. 50 =>
  765. array (
  766. 'id' => 618,
  767. 'pid' => 614,
  768. 'path' => 'Dream/Info/view',
  769. 'name' => '查看',
  770. 'display' => 0,
  771. 'sort' => 1,
  772. 'level' => 1,
  773. 'ico' => 'fa-bar-chart-o',
  774. 'mark' => '',
  775. 'created_at' => '2017-06-28 14:50:22',
  776. 'updated_at' => '2017-06-28 14:50:22',
  777. 'deleted_at' => NULL,
  778. ),
  779. 51 =>
  780. array (
  781. 'id' => 619,
  782. 'pid' => 614,
  783. 'path' => 'Dream/Info/check',
  784. 'name' => '选择数据',
  785. 'display' => 0,
  786. 'sort' => 1,
  787. 'level' => 1,
  788. 'ico' => 'fa-bar-chart-o',
  789. 'mark' => '',
  790. 'created_at' => '2017-06-28 14:50:22',
  791. 'updated_at' => '2017-06-28 14:50:22',
  792. 'deleted_at' => NULL,
  793. ),
  794. 52 =>
  795. array (
  796. 'id' => 620,
  797. 'pid' => 9,
  798. 'path' => 'setting/sign/index',
  799. 'name' => '标签列表',
  800. 'display' => 1,
  801. 'sort' => 2,
  802. 'level' => 2,
  803. 'ico' => 'fa-bar-chart-o',
  804. 'mark' => '标签列表',
  805. 'created_at' => '2017-06-28 15:58:33',
  806. 'updated_at' => '2017-06-28 16:41:16',
  807. 'deleted_at' => NULL,
  808. ),
  809. 53 =>
  810. array (
  811. 'id' => 621,
  812. 'pid' => 0,
  813. 'path' => '#',
  814. 'name' => '系统消息',
  815. 'display' => 1,
  816. 'sort' => 99,
  817. 'level' => 1,
  818. 'ico' => 'fa-bar-chart-o',
  819. 'mark' => '系统消息',
  820. 'created_at' => '2017-06-30 10:15:49',
  821. 'updated_at' => '2017-06-30 10:15:49',
  822. 'deleted_at' => NULL,
  823. ),
  824. 54 =>
  825. array (
  826. 'id' => 622,
  827. 'pid' => 621,
  828. 'path' => 'System/Info/index',
  829. 'name' => '消息列表',
  830. 'display' => 1,
  831. 'sort' => 1,
  832. 'level' => 1,
  833. 'ico' => 'fa-bar-chart-o',
  834. 'mark' => '',
  835. 'created_at' => '2017-06-30 10:16:20',
  836. 'updated_at' => '2017-06-30 10:16:20',
  837. 'deleted_at' => NULL,
  838. ),
  839. 55 =>
  840. array (
  841. 'id' => 623,
  842. 'pid' => 622,
  843. 'path' => 'System/Info/create',
  844. 'name' => '添加',
  845. 'display' => 0,
  846. 'sort' => 1,
  847. 'level' => 1,
  848. 'ico' => 'fa-bar-chart-o',
  849. 'mark' => '',
  850. 'created_at' => '2017-06-30 10:16:20',
  851. 'updated_at' => '2017-06-30 10:16:20',
  852. 'deleted_at' => NULL,
  853. ),
  854. 56 =>
  855. array (
  856. 'id' => 624,
  857. 'pid' => 622,
  858. 'path' => 'System/Info/update',
  859. 'name' => '修改',
  860. 'display' => 0,
  861. 'sort' => 1,
  862. 'level' => 1,
  863. 'ico' => 'fa-bar-chart-o',
  864. 'mark' => '',
  865. 'created_at' => '2017-06-30 10:16:20',
  866. 'updated_at' => '2017-06-30 10:16:20',
  867. 'deleted_at' => NULL,
  868. ),
  869. 57 =>
  870. array (
  871. 'id' => 625,
  872. 'pid' => 622,
  873. 'path' => 'System/Info/destroy',
  874. 'name' => '删除',
  875. 'display' => 0,
  876. 'sort' => 1,
  877. 'level' => 1,
  878. 'ico' => 'fa-bar-chart-o',
  879. 'mark' => '',
  880. 'created_at' => '2017-06-30 10:16:20',
  881. 'updated_at' => '2017-06-30 10:16:20',
  882. 'deleted_at' => NULL,
  883. ),
  884. 58 =>
  885. array (
  886. 'id' => 626,
  887. 'pid' => 622,
  888. 'path' => 'System/Info/view',
  889. 'name' => '查看',
  890. 'display' => 0,
  891. 'sort' => 1,
  892. 'level' => 1,
  893. 'ico' => 'fa-bar-chart-o',
  894. 'mark' => '',
  895. 'created_at' => '2017-06-30 10:16:20',
  896. 'updated_at' => '2017-06-30 10:16:20',
  897. 'deleted_at' => NULL,
  898. ),
  899. 59 =>
  900. array (
  901. 'id' => 627,
  902. 'pid' => 622,
  903. 'path' => 'System/Info/check',
  904. 'name' => '选择数据',
  905. 'display' => 0,
  906. 'sort' => 1,
  907. 'level' => 1,
  908. 'ico' => 'fa-bar-chart-o',
  909. 'mark' => '',
  910. 'created_at' => '2017-06-30 10:16:20',
  911. 'updated_at' => '2017-06-30 10:16:20',
  912. 'deleted_at' => NULL,
  913. ),
  914. ));
  915. }
  916. }