|
@@ -0,0 +1,78 @@
|
|
|
+{
|
|
|
+ "pages": [
|
|
|
+ "pages/index/index",
|
|
|
+ "pages/my/index",
|
|
|
+ "pages/service/index",
|
|
|
+ "pages/policy/index",
|
|
|
+ "pages/illness/index",
|
|
|
+ "pages/illness/vaccines",
|
|
|
+ "pages/illness/receive",
|
|
|
+ "pages/illness/testingRoom",
|
|
|
+ "pages/illness/testingRoomList",
|
|
|
+ "pages/details/index",
|
|
|
+ "pages/details/cmsinfo",
|
|
|
+ "pages/notice/index",
|
|
|
+ "pages/user/index",
|
|
|
+ "pages/user/familyInfo",
|
|
|
+ "pages/register/index",
|
|
|
+ "pages/questionnaire/index",
|
|
|
+ "pages/questionnaire/details",
|
|
|
+ "pages/questionnaire/web",
|
|
|
+ "pages/integral/index",
|
|
|
+ "pages/activity/index",
|
|
|
+ "pages/activity/details",
|
|
|
+ "pages/activity/uploadFiel",
|
|
|
+ "pages/property/index",
|
|
|
+ "pages/property/butlerType",
|
|
|
+ "pages/property/butler",
|
|
|
+ "pages/report/index",
|
|
|
+ "pages/report/double",
|
|
|
+ "pages/report/service",
|
|
|
+ "pages/recruit/index",
|
|
|
+ "pages/recruit/details",
|
|
|
+ "pages/goods/index",
|
|
|
+ "pages/goods/details",
|
|
|
+ "pages/goods/my"
|
|
|
+ ],
|
|
|
+ "subPackages": [],
|
|
|
+ "window": {
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarBackgroundColor": "#c60814",
|
|
|
+ "backgroundColor": "#fff"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#7A7E83",
|
|
|
+ "selectedColor": "#3cc51f",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/home1.png",
|
|
|
+ "selectedIconPath": "static/home2.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/service/index",
|
|
|
+ "iconPath": "static/service1.png",
|
|
|
+ "selectedIconPath": "static/service2.png",
|
|
|
+ "text": "政务服务"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/policy/index",
|
|
|
+ "iconPath": "static/policy1.png",
|
|
|
+ "selectedIconPath": "static/policy2.png",
|
|
|
+ "text": "风采展示"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/index",
|
|
|
+ "iconPath": "static/user1.png",
|
|
|
+ "selectedIconPath": "static/user2.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "lazyCodeLoading": "requiredComponents",
|
|
|
+ "usingComponents": {}
|
|
|
+}
|