app.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "pages/voyageManage/myBills/myLab/myLab",
  27. "pages/voyageManage/myBills/labDetail/labDetail"
  28. ],
  29. "window": {
  30. "backgroundColor": "#F6F6F6",
  31. "backgroundTextStyle": "light",
  32. "navigationBarBackgroundColor": "#F6F6F6",
  33. "navigationBarTitleText": "汇很多",
  34. "navigationBarTextStyle": "black"
  35. },
  36. "tabBar": {
  37. "list": [{
  38. "pagePath": "pages/index/index",
  39. "text": "首页",
  40. "iconPath": "images/tabBar/index.png",
  41. "selectedIconPath": "images/tabBar/index-c.png"
  42. },
  43. {
  44. "pagePath": "pages/voyageManage/voyageManage",
  45. "text": "航次管理",
  46. "iconPath": "images/tabBar/voyage.png",
  47. "selectedIconPath": "images/tabBar/voyage-c.png"
  48. },
  49. {
  50. "pagePath": "pages/shipOwnerManage/shipOwnerList/shipOwnerList",
  51. "text": "船东管理",
  52. "iconPath": "images/tabBar/shipOwner.png",
  53. "selectedIconPath": "images/tabBar/shipOwner-c.png"
  54. },
  55. {
  56. "pagePath": "pages/me/me",
  57. "text": "我",
  58. "iconPath": "images/tabBar/user.png",
  59. "selectedIconPath": "images/tabBar/user-c.png"
  60. }
  61. ]
  62. },
  63. "permission": {
  64. "scope.userLocation": {
  65. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  66. }
  67. },
  68. "useExtendedLib": {},
  69. "usingComponents": {
  70. "RemotePicker": "/components/remotePicker/remotePicker",
  71. "NewPicker": "/components/newPicker/newPicker",
  72. "DateBar": "/components/dateBar/dateBar"
  73. },
  74. "sitemapLocation": "sitemap.json",
  75. "style": "v2"
  76. }