12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "entryPagePath": "pages/my/my",
- "pages": [
- "pages/permisission/permission",
- "pages/index/index",
- "pages/report/report",
- "pages/my/my",
- "pages/buy/buy",
- "pages/appointment/appointment",
- "pages/allFile/allFile",
- "pages/handleFile/handleFile",
- "pages/createFile/createFile",
- "pages/address/address",
- "pages/tabBar/tabBar",
- "pages/addressCheck/addressCheck",
- "pages/addressAdd/addressAdd",
- "pages/set/set",
- "pages/openArea/openArea",
- "pages/myAppointment/myAppointment",
- "pages/myFile/myFile",
- "pages/reportDetail/reportDetail",
- "pages/myRecord/myRecord"
- ],
- "usingComponents": {
- "van-icon": "@vant/weapp/icon/index",
- "van-overlay": "@vant/weapp/overlay/index",
- "van-dialog": "@vant/weapp/dialog/index",
- "van-field": "@vant/weapp/field/index",
- "van-empty": "@vant/weapp/empty/index"
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#45A6B5",
- "navigationBarTitleText": "ITT健康检测",
- "navigationBarTextStyle": "white"
- },
- "tabBar": {
- "custom": true,
- "color": "#000000",
- "selectedColor": "#45A6B5",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/report/report",
- "text": "报告"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|