| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "pages": [
- "pages/index/index",
- "pages/takePhoto/takePhoto",
- "pages/takePhoto/success/success",
- "pages/share/share",
- "pages/newCachePage/newCachePage",
- "pages/takeBill/takeBill",
- "pages/takeBill/success/success",
- "pages/takeBill/canvas/canvas",
- "pages/maritime/maritime",
- "pages/securityCheck/securityCheck",
- "pages/train/train"
- ],
- "requiredPrivateInfos": ["getLocation"],
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F6F6F6",
- "navigationBarTitleText": "汇很多",
- "navigationBarTextStyle": "black",
- "pageOrientation": "portrait"
- },
- "tabBar": {
- "selectedColor": "#1195db",
- "color": "#8a8a8a",
- "list": [{
- "pagePath": "pages/takePhoto/takePhoto",
- "text": "随身拍",
- "selectedIconPath": "./images/tabs/camera-.png",
- "iconPath": "./images/tabs/camera.png"
- },
- {
- "pagePath": "pages/securityCheck/securityCheck",
- "text": "海事安检",
- "selectedIconPath": "./images/tabs/check-.png",
- "iconPath": "./images/tabs/check.png"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "lazyCodeLoading": "requiredComponents",
- "sitemapLocation": "sitemap.json",
- "style": "v2",
- "cache": [{
- "pagePath": "pages/takePhoto/takePhoto",
- "text": "随身拍",
- "selectedIconPath": "./images/tabs/camera-.png",
- "iconPath": "./images/tabs/camera.png"
- },
- {
- "pagePath": "pages/maritime/maritime",
- "text": "海事",
- "selectedIconPath": "./images/tabs/ship-.png",
- "iconPath": "./images/tabs/ship.png"
- },
- {
- "pagePath": "pages/securityCheck/securityCheck",
- "text": "海事安检",
- "selectedIconPath": "./images/tabs/check-.png",
- "iconPath": "./images/tabs/check.png"
- },
- {
- "pagePath": "pages/train/train",
- "text": "培训",
- "selectedIconPath": "./images/tabs/train-.png",
- "iconPath": "./images/tabs/train.png"
- }
- ]
- }
|