| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "pages": [
- "pages/index/index",
- "pages/voyages/voyages",
- "pages/me/me",
- "pages/login/login",
- "pages/voyages/detail/detail",
- "pages/voyageManage/voyageManage",
- "pages/shipOwnerManage/shipOwnerList/shipOwnerList",
- "pages/shipOwnerManage/addShipOnwer/addShipOnwer",
- "pages/financialManage/financialManage",
- "pages/share/share",
- "pages/sharePage/sharePage",
- "pages/voyageManage/createVoyage/createVoyage",
- "pages/voyageManage/myBills/myBills",
- "pages/voyageManage/takeBill/takeBill",
- "pages/voyageManage/myBills/examine/examine",
- "pages/voyageManage/myDaily/myDaily",
- "pages/voyageManage/myDaily/examine/examine",
- "pages/voyages/uploadCarLoadRecord/uploadCarLoadRecord",
- "pages/voyages/uploadDischarge/uploadDischarge",
- "pages/index/declarePort/voyageList",
- "pages/index/weather/weatherList",
- "pages/index/declarePort/detail",
- "pages/index/security/security",
- "pages/voyageManage/myBills/myLab/myLab",
- "pages/voyageManage/myBills/labDetail/labDetail"
- ],
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F6F6F6",
- "navigationBarTitleText": "汇很多",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "images/tabBar/index.png",
- "selectedIconPath": "images/tabBar/index-c.png"
- },
- {
- "pagePath": "pages/voyageManage/voyageManage",
- "text": "航次管理",
- "iconPath": "images/tabBar/voyage.png",
- "selectedIconPath": "images/tabBar/voyage-c.png"
- },
- {
- "pagePath": "pages/shipOwnerManage/shipOwnerList/shipOwnerList",
- "text": "船东管理",
- "iconPath": "images/tabBar/shipOwner.png",
- "selectedIconPath": "images/tabBar/shipOwner-c.png"
- },
- {
- "pagePath": "pages/me/me",
- "text": "我",
- "iconPath": "images/tabBar/user.png",
- "selectedIconPath": "images/tabBar/user-c.png"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "useExtendedLib": {},
- "usingComponents": {
- "RemotePicker": "/components/remotePicker/remotePicker",
- "NewPicker": "/components/newPicker/newPicker"
- },
- "sitemapLocation": "sitemap.json",
- "style": "v2"
- }
|