123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924 |
- <?php
- use Illuminate\Database\Seeder;
- class AdminMenusTableSeeder extends Seeder
- {
- /**
- * Auto generated seed file
- *
- * @return void
- */
- public function run()
- {
-
- \DB::table('admin_menus')->delete();
-
- \DB::table('admin_menus')->insert(array (
- 0 =>
- array (
- 'id' => 1,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '系统管理',
- 'display' => 1,
- 'sort' => 2,
- 'level' => 1,
- 'ico' => 'fa-globe',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 1 =>
- array (
- 'id' => 2,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '用户管理',
- 'display' => 1,
- 'sort' => 99,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 2 =>
- array (
- 'id' => 3,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '商品管理',
- 'display' => 0,
- 'sort' => 98,
- 'level' => 1,
- 'ico' => 'fa-calendar',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 3 =>
- array (
- 'id' => 5,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '公共权限',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => 'fa-cart-plus',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 4 =>
- array (
- 'id' => 6,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '缓存管理',
- 'display' => 1,
- 'sort' => 94,
- 'level' => 1,
- 'ico' => 'fa-magic',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 5 =>
- array (
- 'id' => 7,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '数据报表',
- 'display' => 0,
- 'sort' => 96,
- 'level' => 1,
- 'ico' => 'fa-globe',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 6 =>
- array (
- 'id' => 9,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '参数设置',
- 'display' => 1,
- 'sort' => 95,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-01-04 18:32:17',
- 'updated_at' => '2017-01-04 18:33:36',
- 'deleted_at' => NULL,
- ),
- 7 =>
- array (
- 'id' => 103,
- 'pid' => 1,
- 'path' => 'Base/Menus/index',
- 'name' => '菜单管理',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 8 =>
- array (
- 'id' => 104,
- 'pid' => 1,
- 'path' => 'Base/Role/index',
- 'name' => '角色管理',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 9 =>
- array (
- 'id' => 105,
- 'pid' => 1,
- 'path' => 'Base/User/index',
- 'name' => '账号管理',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 10 =>
- array (
- 'id' => 501,
- 'pid' => 5,
- 'path' => 'Base/Index/index',
- 'name' => '首页(必选)',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 11 =>
- array (
- 'id' => 502,
- 'pid' => 5,
- 'path' => 'Base/Index/welcome',
- 'name' => '欢迎页',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 12 =>
- array (
- 'id' => 503,
- 'pid' => 5,
- 'path' => 'Base/Login/logout',
- 'name' => '退出页',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 13 =>
- array (
- 'id' => 519,
- 'pid' => 103,
- 'path' => 'Base/Menus/create',
- 'name' => '添加菜单',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 14 =>
- array (
- 'id' => 520,
- 'pid' => 103,
- 'path' => 'Base/Menus/update',
- 'name' => '修改菜单',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 15 =>
- array (
- 'id' => 521,
- 'pid' => 103,
- 'path' => 'Base/Menus/destroy',
- 'name' => '删除菜单',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 16 =>
- array (
- 'id' => 522,
- 'pid' => 104,
- 'path' => 'Base/Role/create',
- 'name' => '添加角色',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 17 =>
- array (
- 'id' => 523,
- 'pid' => 104,
- 'path' => 'Base/Role/update',
- 'name' => '修改角色',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 18 =>
- array (
- 'id' => 524,
- 'pid' => 104,
- 'path' => 'Base/Role/auth',
- 'name' => '角色授权',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 19 =>
- array (
- 'id' => 525,
- 'pid' => 104,
- 'path' => 'Base/Role/destroy',
- 'name' => '删除角色',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 20 =>
- array (
- 'id' => 526,
- 'pid' => 105,
- 'path' => 'Base/User/update',
- 'name' => '编辑用户',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 21 =>
- array (
- 'id' => 542,
- 'pid' => 5,
- 'path' => 'Foundation/Attachment/webupload',
- 'name' => '文件上传',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 22 =>
- array (
- 'id' => 543,
- 'pid' => 5,
- 'path' => 'Base/Attachment/upload',
- 'name' => '编辑器上传',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 23 =>
- array (
- 'id' => 544,
- 'pid' => 105,
- 'path' => 'Base/User/auth',
- 'name' => '为用户授权',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 3,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 24 =>
- array (
- 'id' => 578,
- 'pid' => 1,
- 'path' => 'Base/Crud/create',
- 'name' => 'Crud',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 25 =>
- array (
- 'id' => 579,
- 'pid' => 6,
- 'path' => 'Cache/File/clearcache',
- 'name' => '清空缓存',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 26 =>
- array (
- 'id' => 580,
- 'pid' => 6,
- 'path' => 'Cache/File/clearview',
- 'name' => '清空模板缓存',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 27 =>
- array (
- 'id' => 581,
- 'pid' => 6,
- 'path' => 'Cache/File/clearsessions',
- 'name' => '强制在线用户下线',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 28 =>
- array (
- 'id' => 582,
- 'pid' => 6,
- 'path' => 'Cache/File/index',
- 'name' => '文件管理',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 29 =>
- array (
- 'id' => 583,
- 'pid' => 6,
- 'path' => 'Cache/File/view',
- 'name' => '文件查看',
- 'display' => 0,
- 'sort' => 0,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-01-01 00:00:00',
- 'updated_at' => '2017-01-01 00:00:00',
- 'deleted_at' => NULL,
- ),
- 30 =>
- array (
- 'id' => 596,
- 'pid' => 1,
- 'path' => 'Base/Settings/index',
- 'name' => '系统配置',
- 'display' => 1,
- 'sort' => 0,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2016-03-29 19:42:29',
- 'updated_at' => '2016-03-29 19:42:29',
- 'deleted_at' => NULL,
- ),
- 31 =>
- array (
- 'id' => 597,
- 'pid' => 2,
- 'path' => 'User/Info/index',
- 'name' => '用户列表',
- 'display' => 1,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-04-05 06:39:13',
- 'updated_at' => '2017-04-05 06:39:13',
- 'deleted_at' => NULL,
- ),
- 32 =>
- array (
- 'id' => 598,
- 'pid' => 597,
- 'path' => 'User/Info/create',
- 'name' => '添加',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-04-05 06:39:13',
- 'updated_at' => '2017-04-05 06:39:13',
- 'deleted_at' => NULL,
- ),
- 33 =>
- array (
- 'id' => 599,
- 'pid' => 597,
- 'path' => 'User/Info/update',
- 'name' => '修改',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-04-05 06:39:13',
- 'updated_at' => '2017-04-05 06:39:13',
- 'deleted_at' => NULL,
- ),
- 34 =>
- array (
- 'id' => 600,
- 'pid' => 597,
- 'path' => 'User/Info/destroy',
- 'name' => '删除',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-04-05 06:39:13',
- 'updated_at' => '2017-04-05 06:39:13',
- 'deleted_at' => NULL,
- ),
- 35 =>
- array (
- 'id' => 601,
- 'pid' => 597,
- 'path' => 'User/Info/view',
- 'name' => '查看',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-04-05 06:39:13',
- 'updated_at' => '2017-04-05 06:39:13',
- 'deleted_at' => NULL,
- ),
- 36 =>
- array (
- 'id' => 602,
- 'pid' => 597,
- 'path' => 'User/Info/check',
- 'name' => '选择数据',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => '',
- 'created_at' => '2017-04-05 06:39:13',
- 'updated_at' => '2017-04-05 06:39:13',
- 'deleted_at' => NULL,
- ),
- 37 =>
- array (
- 'id' => 604,
- 'pid' => 596,
- 'path' => 'Base/Settings/create',
- 'name' => '添加',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => ' ',
- 'created_at' => '2017-05-31 04:56:09',
- 'updated_at' => '2017-05-31 04:56:09',
- 'deleted_at' => NULL,
- ),
- 38 =>
- array (
- 'id' => 605,
- 'pid' => 596,
- 'path' => 'Base/Settings/update',
- 'name' => '修改',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => ' ',
- 'created_at' => '2017-05-31 04:56:09',
- 'updated_at' => '2017-05-31 04:56:09',
- 'deleted_at' => NULL,
- ),
- 39 =>
- array (
- 'id' => 606,
- 'pid' => 596,
- 'path' => 'Base/Settings/destroy',
- 'name' => '删除',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => ' ',
- 'created_at' => '2017-05-31 04:56:09',
- 'updated_at' => '2017-05-31 04:56:09',
- 'deleted_at' => NULL,
- ),
- 40 =>
- array (
- 'id' => 607,
- 'pid' => 596,
- 'path' => 'Base/Settings/view',
- 'name' => '查看',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => ' ',
- 'created_at' => '2017-05-31 04:56:09',
- 'updated_at' => '2017-05-31 04:56:09',
- 'deleted_at' => NULL,
- ),
- 41 =>
- array (
- 'id' => 608,
- 'pid' => 596,
- 'path' => 'Base/Settings/check',
- 'name' => '选择数据',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => '',
- 'mark' => ' ',
- 'created_at' => '2017-05-31 04:56:09',
- 'updated_at' => '2017-05-31 04:56:09',
- 'deleted_at' => NULL,
- ),
- 42 =>
- array (
- 'id' => 610,
- 'pid' => 9,
- 'path' => 'setting/banner/index',
- 'name' => '轮播图列表',
- 'display' => 1,
- 'sort' => 1,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '轮播图管理',
- 'created_at' => '2017-06-15 09:39:10',
- 'updated_at' => '2017-06-28 16:40:43',
- 'deleted_at' => NULL,
- ),
- 43 =>
- array (
- 'id' => 611,
- 'pid' => 9,
- 'path' => 'setting/paihang/edit',
- 'name' => '梦想排行参数设置',
- 'display' => 1,
- 'sort' => 1,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '梦想排行参数设置',
- 'created_at' => '2017-06-16 02:02:29',
- 'updated_at' => '2017-06-16 02:02:29',
- 'deleted_at' => NULL,
- ),
- 44 =>
- array (
- 'id' => 612,
- 'pid' => 9,
- 'path' => 'setting/score/edit',
- 'name' => '支持分数参数设置',
- 'display' => 1,
- 'sort' => 1,
- 'level' => 2,
- 'ico' => '',
- 'mark' => '支持分数参数设置',
- 'created_at' => '2017-06-16 02:06:12',
- 'updated_at' => '2017-06-16 02:06:12',
- 'deleted_at' => NULL,
- ),
- 45 =>
- array (
- 'id' => 613,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '梦想管理',
- 'display' => 1,
- 'sort' => 99,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '梦想管理',
- 'created_at' => '2017-06-28 14:38:21',
- 'updated_at' => '2017-06-28 14:38:21',
- 'deleted_at' => NULL,
- ),
- 46 =>
- array (
- 'id' => 614,
- 'pid' => 613,
- 'path' => 'Dream/Info/index',
- 'name' => '梦想列表',
- 'display' => 1,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-28 14:50:22',
- 'updated_at' => '2017-06-28 14:50:22',
- 'deleted_at' => NULL,
- ),
- 47 =>
- array (
- 'id' => 615,
- 'pid' => 614,
- 'path' => 'Dream/Info/create',
- 'name' => '添加',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-28 14:50:22',
- 'updated_at' => '2017-06-28 14:50:22',
- 'deleted_at' => NULL,
- ),
- 48 =>
- array (
- 'id' => 616,
- 'pid' => 614,
- 'path' => 'Dream/Info/update',
- 'name' => '修改',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-28 14:50:22',
- 'updated_at' => '2017-06-28 14:50:22',
- 'deleted_at' => NULL,
- ),
- 49 =>
- array (
- 'id' => 617,
- 'pid' => 614,
- 'path' => 'Dream/Info/destroy',
- 'name' => '删除',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-28 14:50:22',
- 'updated_at' => '2017-06-28 14:50:22',
- 'deleted_at' => NULL,
- ),
- 50 =>
- array (
- 'id' => 618,
- 'pid' => 614,
- 'path' => 'Dream/Info/view',
- 'name' => '查看',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-28 14:50:22',
- 'updated_at' => '2017-06-28 14:50:22',
- 'deleted_at' => NULL,
- ),
- 51 =>
- array (
- 'id' => 619,
- 'pid' => 614,
- 'path' => 'Dream/Info/check',
- 'name' => '选择数据',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-28 14:50:22',
- 'updated_at' => '2017-06-28 14:50:22',
- 'deleted_at' => NULL,
- ),
- 52 =>
- array (
- 'id' => 620,
- 'pid' => 9,
- 'path' => 'setting/sign/index',
- 'name' => '标签列表',
- 'display' => 1,
- 'sort' => 2,
- 'level' => 2,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '标签列表',
- 'created_at' => '2017-06-28 15:58:33',
- 'updated_at' => '2017-06-28 16:41:16',
- 'deleted_at' => NULL,
- ),
- 53 =>
- array (
- 'id' => 621,
- 'pid' => 0,
- 'path' => '#',
- 'name' => '系统消息',
- 'display' => 1,
- 'sort' => 99,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '系统消息',
- 'created_at' => '2017-06-30 10:15:49',
- 'updated_at' => '2017-06-30 10:15:49',
- 'deleted_at' => NULL,
- ),
- 54 =>
- array (
- 'id' => 622,
- 'pid' => 621,
- 'path' => 'System/Info/index',
- 'name' => '消息列表',
- 'display' => 1,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-30 10:16:20',
- 'updated_at' => '2017-06-30 10:16:20',
- 'deleted_at' => NULL,
- ),
- 55 =>
- array (
- 'id' => 623,
- 'pid' => 622,
- 'path' => 'System/Info/create',
- 'name' => '添加',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-30 10:16:20',
- 'updated_at' => '2017-06-30 10:16:20',
- 'deleted_at' => NULL,
- ),
- 56 =>
- array (
- 'id' => 624,
- 'pid' => 622,
- 'path' => 'System/Info/update',
- 'name' => '修改',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-30 10:16:20',
- 'updated_at' => '2017-06-30 10:16:20',
- 'deleted_at' => NULL,
- ),
- 57 =>
- array (
- 'id' => 625,
- 'pid' => 622,
- 'path' => 'System/Info/destroy',
- 'name' => '删除',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-30 10:16:20',
- 'updated_at' => '2017-06-30 10:16:20',
- 'deleted_at' => NULL,
- ),
- 58 =>
- array (
- 'id' => 626,
- 'pid' => 622,
- 'path' => 'System/Info/view',
- 'name' => '查看',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-30 10:16:20',
- 'updated_at' => '2017-06-30 10:16:20',
- 'deleted_at' => NULL,
- ),
- 59 =>
- array (
- 'id' => 627,
- 'pid' => 622,
- 'path' => 'System/Info/check',
- 'name' => '选择数据',
- 'display' => 0,
- 'sort' => 1,
- 'level' => 1,
- 'ico' => 'fa-bar-chart-o',
- 'mark' => '',
- 'created_at' => '2017-06-30 10:16:20',
- 'updated_at' => '2017-06-30 10:16:20',
- 'deleted_at' => NULL,
- ),
- ));
-
-
- }
- }
|