12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "pages": [
- "pages/index/index",
- "pages/my/index",
- "pages/login/index",
- "pages/service/index",
- "pages/policy/index",
- "pages/illness/index",
- "pages/illness/come",
- "pages/illness/testingRoom",
- "pages/details/index",
- "pages/details/cmsinfo",
- "pages/notice/index",
- "pages/user/index",
- "pages/user/familyInfo"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fd6b18",
- "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": {}
- }
|