|
@@ -9,6 +9,9 @@
|
|
|
"pages/takeBill/success/success",
|
|
"pages/takeBill/success/success",
|
|
|
"pages/takeBill/canvas/canvas",
|
|
"pages/takeBill/canvas/canvas",
|
|
|
"pages/maritime/maritime",
|
|
"pages/maritime/maritime",
|
|
|
|
|
+ "pages/cert/cert",
|
|
|
|
|
+ "pages/oilPrice/oilPrice",
|
|
|
|
|
+ "pages/legal/legal",
|
|
|
"pages/securityCheck/securityCheck",
|
|
"pages/securityCheck/securityCheck",
|
|
|
"pages/train/train"
|
|
"pages/train/train"
|
|
|
],
|
|
],
|
|
@@ -24,15 +27,28 @@
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
"selectedColor": "#1195db",
|
|
"selectedColor": "#1195db",
|
|
|
"color": "#8a8a8a",
|
|
"color": "#8a8a8a",
|
|
|
- "list": [{
|
|
|
|
|
|
|
+ "list": [
|
|
|
|
|
+ {
|
|
|
"pagePath": "pages/takePhoto/takePhoto",
|
|
"pagePath": "pages/takePhoto/takePhoto",
|
|
|
"text": "随身拍",
|
|
"text": "随身拍",
|
|
|
"selectedIconPath": "./images/tabs/camera-.png",
|
|
"selectedIconPath": "./images/tabs/camera-.png",
|
|
|
"iconPath": "./images/tabs/camera.png"
|
|
"iconPath": "./images/tabs/camera.png"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/maritime/maritime",
|
|
|
|
|
- "text": "海事",
|
|
|
|
|
|
|
+ "pagePath": "pages/cert/cert",
|
|
|
|
|
+ "text": "证书办理",
|
|
|
|
|
+ "selectedIconPath": "./images/tabs/ship-.png",
|
|
|
|
|
+ "iconPath": "./images/tabs/ship.png"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/oilPrice/oilPrice",
|
|
|
|
|
+ "text": "油价查询",
|
|
|
|
|
+ "selectedIconPath": "./images/tabs/ship-.png",
|
|
|
|
|
+ "iconPath": "./images/tabs/ship.png"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/legal/legal",
|
|
|
|
|
+ "text": "法律援助",
|
|
|
"selectedIconPath": "./images/tabs/ship-.png",
|
|
"selectedIconPath": "./images/tabs/ship-.png",
|
|
|
"iconPath": "./images/tabs/ship.png"
|
|
"iconPath": "./images/tabs/ship.png"
|
|
|
},
|
|
},
|
|
@@ -52,7 +68,8 @@
|
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
|
"sitemapLocation": "sitemap.json",
|
|
"sitemapLocation": "sitemap.json",
|
|
|
"style": "v2",
|
|
"style": "v2",
|
|
|
- "cache": [{
|
|
|
|
|
|
|
+ "cache": [
|
|
|
|
|
+ {
|
|
|
"pagePath": "pages/takePhoto/takePhoto",
|
|
"pagePath": "pages/takePhoto/takePhoto",
|
|
|
"text": "随身拍",
|
|
"text": "随身拍",
|
|
|
"selectedIconPath": "./images/tabs/camera-.png",
|
|
"selectedIconPath": "./images/tabs/camera-.png",
|
|
@@ -77,4 +94,4 @@
|
|
|
"iconPath": "./images/tabs/train.png"
|
|
"iconPath": "./images/tabs/train.png"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
-}
|
|
|
|
|
|
|
+}
|