app.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/voyages/voyages",
  5. "pages/me/me",
  6. "pages/login/login",
  7. "pages/voyages/detail/detail",
  8. "pages/voyageManage/voyageManage",
  9. "pages/shipOwnerManage/shipOwnerList/shipOwnerList",
  10. "pages/shipOwnerManage/addShipOnwer/addShipOnwer",
  11. "pages/financialManage/financialManage",
  12. "pages/share/share",
  13. "pages/sharePage/sharePage",
  14. "pages/voyageManage/createVoyage/createVoyage",
  15. "pages/voyageManage/myBills/myBills",
  16. "pages/voyageManage/takeBill/takeBill",
  17. "pages/voyageManage/myBills/examine/examine",
  18. "pages/voyageManage/myDaily/myDaily",
  19. "pages/voyageManage/myDaily/examine/examine",
  20. "pages/voyages/uploadCarLoadRecord/uploadCarLoadRecord",
  21. "pages/voyages/uploadDischarge/uploadDischarge",
  22. "pages/index/declarePort/voyageList",
  23. "pages/index/weather/weatherList",
  24. "pages/index/declarePort/detail",
  25. "pages/index/security/security"
  26. ],
  27. "window": {
  28. "backgroundColor": "#F6F6F6",
  29. "backgroundTextStyle": "light",
  30. "navigationBarBackgroundColor": "#F6F6F6",
  31. "navigationBarTitleText": "汇很多",
  32. "navigationBarTextStyle": "black"
  33. },
  34. "tabBar": {
  35. "list": [
  36. {
  37. "pagePath": "pages/index/index",
  38. "text": "首页",
  39. "iconPath": "images/tabBar/index.png",
  40. "selectedIconPath": "images/tabBar/index-c.png"
  41. },
  42. {
  43. "pagePath": "pages/voyageManage/voyageManage",
  44. "text": "航次管理",
  45. "iconPath": "images/tabBar/voyage.png",
  46. "selectedIconPath": "images/tabBar/voyage-c.png"
  47. },
  48. {
  49. "pagePath": "pages/shipOwnerManage/shipOwnerList/shipOwnerList",
  50. "text": "船东管理",
  51. "iconPath": "images/tabBar/shipOwner.png",
  52. "selectedIconPath": "images/tabBar/shipOwner-c.png"
  53. },
  54. {
  55. "pagePath": "pages/me/me",
  56. "text": "我",
  57. "iconPath": "images/tabBar/user.png",
  58. "selectedIconPath": "images/tabBar/user-c.png"
  59. }
  60. ]
  61. },
  62. "permission": {
  63. "scope.userLocation": {
  64. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  65. }
  66. },
  67. "useExtendedLib": {},
  68. "usingComponents": {
  69. "RemotePicker": "/components/remotePicker/remotePicker",
  70. "NewPicker": "/components/newPicker/newPicker"
  71. },
  72. "sitemapLocation": "sitemap.json",
  73. "style": "v2"
  74. }