| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "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"
- ],
- "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"
- },
- "sitemapLocation": "sitemap.json",
- "style": "v2"
- }
|