1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "entryPagePath": "pages/index/index",
- "pages": [
- "pages/index/index",
- "pages/report/report",
- "pages/my/my",
- "pages/buy/buy",
- "pages/appointment/appointment",
- "pages/handleFile/handleFile",
- "pages/createFile/createFile",
- "pages/address/address",
- "pages/addressAdd/addressAdd",
- "pages/set/set",
- "pages/openArea/openArea",
- "pages/myAppointment/myAppointment",
- "pages/myFile/myFile",
- "pages/reportDetail/reportDetail",
- "pages/myRecord/myRecord",
- "pages/exchange/exchange",
- "pages/aboutUs/aboutUs",
- "pages/userAgreement/userAgreement"
- ],
- "requiredPrivateInfos": [
- "chooseAddress"
- ],
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {
- "van-icon": "@vant/weapp/icon/index",
- "van-overlay": "@vant/weapp/overlay/index",
- "van-empty": "@vant/weapp/empty/index",
- "van-grid": "@vant/weapp/grid/index",
- "van-grid-item": "@vant/weapp/grid-item/index"
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#45A6B5",
- "navigationBarTitleText": "ITTHealth",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#45A6B5"
- },
- "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"
- }
|