xinnongbaohe.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php $project = array (
  2. 'service' =>
  3. array (
  4. 'name' => 'service',
  5. 'path' => '/web/xinnongbaohe/web/application/service/',
  6. 'url' => 'http://v2.xinnongbaohe.com/web/application/service/',
  7. 'lang' => '业务管理',
  8. 'order' => 50,
  9. 'lib' => 'service',
  10. 'icon' => 'glyphicon glyphicon-road',
  11. ),
  12. 'passport' =>
  13. array (
  14. 'name' => 'passport',
  15. 'path' => '/web/xinnongbaohe/web/package/passport/',
  16. 'url' => 'http://v2.xinnongbaohe.com/web/application/passport/',
  17. 'lang' => '用户管理',
  18. 'order' => 30,
  19. 'lib' => 'passport',
  20. 'icon' => 'glyphicon glyphicon-user',
  21. 'setup' => '/web/xinnongbaohe/web/application/passport/',
  22. ),
  23. 'manage' =>
  24. array (
  25. 'name' => 'manage',
  26. 'path' => '/web/xinnongbaohe/web/package/manage/',
  27. 'url' => 'http://v2.xinnongbaohe.com/web/application/manage/',
  28. 'lang' => '后台设置',
  29. 'order' => -10,
  30. 'lib' => 'manage',
  31. 'icon' => 'glyphicon glyphicon-wrench',
  32. 'setup' => '/web/xinnongbaohe/web/application/manage/',
  33. ),
  34. 'device' =>
  35. array (
  36. 'name' => 'device',
  37. 'path' => '/web/xinnongbaohe/web/application/device/',
  38. 'url' => 'http://v2.xinnongbaohe.com/web/application/device/',
  39. 'lang' => '设备管理',
  40. 'order' => 20,
  41. 'lib' => 'device',
  42. 'icon' => 'glyphicon glyphicon-align-left',
  43. ),
  44. 'front' =>
  45. array (
  46. 'name' => 'front',
  47. 'path' => '/web/xinnongbaohe/web/application/front/',
  48. 'url' => 'http://v2.xinnongbaohe.com/web/application/front/',
  49. 'lang' => '前端界面',
  50. 'order' => 50,
  51. 'lib' => 'front',
  52. 'icon' => 'glyphicon glyphicon-road',
  53. ),
  54. 'api' =>
  55. array (
  56. 'name' => 'api',
  57. 'path' => '/web/xinnongbaohe/web/application/api/',
  58. 'url' => 'http://v2.xinnongbaohe.com/web/application/api/',
  59. 'lang' => '网关管理',
  60. 'order' => 20,
  61. 'lib' => 'api',
  62. 'icon' => 'glyphicon glyphicon-align-left',
  63. ),
  64. 'message' =>
  65. array (
  66. 'name' => 'message',
  67. 'path' => '/web/xinnongbaohe/web/package/message/',
  68. 'url' => 'http://v2.xinnongbaohe.com/web/application/message/',
  69. 'lang' => '消息系统',
  70. 'order' => -6,
  71. 'lib' => 'message',
  72. 'icon' => 'glyphicon glyphicon-dashboard',
  73. 'setup' => '/web/xinnongbaohe/web/application/message/',
  74. ),
  75. );