123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?php $project = array (
- 'service' =>
- array (
- 'name' => 'service',
- 'path' => '/web/xinnongbaohe/web/application/service/',
- 'url' => 'http://v2.xinnongbaohe.com/web/application/service/',
- 'lang' => '业务管理',
- 'order' => 50,
- 'lib' => 'service',
- 'icon' => 'glyphicon glyphicon-road',
- ),
- 'passport' =>
- array (
- 'name' => 'passport',
- 'path' => '/web/xinnongbaohe/web/package/passport/',
- 'url' => 'http://v2.xinnongbaohe.com/web/application/passport/',
- 'lang' => '用户管理',
- 'order' => 30,
- 'lib' => 'passport',
- 'icon' => 'glyphicon glyphicon-user',
- 'setup' => '/web/xinnongbaohe/web/application/passport/',
- ),
- 'manage' =>
- array (
- 'name' => 'manage',
- 'path' => '/web/xinnongbaohe/web/package/manage/',
- 'url' => 'http://v2.xinnongbaohe.com/web/application/manage/',
- 'lang' => '后台设置',
- 'order' => -10,
- 'lib' => 'manage',
- 'icon' => 'glyphicon glyphicon-wrench',
- 'setup' => '/web/xinnongbaohe/web/application/manage/',
- ),
- 'device' =>
- array (
- 'name' => 'device',
- 'path' => '/web/xinnongbaohe/web/application/device/',
- 'url' => 'http://v2.xinnongbaohe.com/web/application/device/',
- 'lang' => '设备管理',
- 'order' => 20,
- 'lib' => 'device',
- 'icon' => 'glyphicon glyphicon-align-left',
- ),
- 'front' =>
- array (
- 'name' => 'front',
- 'path' => '/web/xinnongbaohe/web/application/front/',
- 'url' => 'http://v2.xinnongbaohe.com/web/application/front/',
- 'lang' => '前端界面',
- 'order' => 50,
- 'lib' => 'front',
- 'icon' => 'glyphicon glyphicon-road',
- ),
- 'api' =>
- array (
- 'name' => 'api',
- 'path' => '/web/xinnongbaohe/web/application/api/',
- 'url' => 'http://v2.xinnongbaohe.com/web/application/api/',
- 'lang' => '网关管理',
- 'order' => 20,
- 'lib' => 'api',
- 'icon' => 'glyphicon glyphicon-align-left',
- ),
- 'message' =>
- array (
- 'name' => 'message',
- 'path' => '/web/xinnongbaohe/web/package/message/',
- 'url' => 'http://v2.xinnongbaohe.com/web/application/message/',
- 'lang' => '消息系统',
- 'order' => -6,
- 'lib' => 'message',
- 'icon' => 'glyphicon glyphicon-dashboard',
- 'setup' => '/web/xinnongbaohe/web/application/message/',
- ),
- );
|