123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- {
- "lazyCodeLoading": "requiredComponents",
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "医保办事机构查询预约",
- "enablePullDownRefresh": false,
- "allowsBounceVertical": "NO",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#4D85F4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/MeInfo",
- "style": {
- "navigationBarTitleText": "医保办事机构查询预约",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#4D85F4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/MeCate",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#4D85F4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/queryMedicine",
- "style": {
- "navigationBarTitleText": "药品比价",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/index/sale",
- "style": {
- "navigationBarTitleText": "药品比价",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/index/Make",
- "style": {
- "navigationBarTitleText": "预约",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#4D85F4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/MeDesc",
- "style": {
- "navigationBarTitleText": "医保办事机构查询预约",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#4D85F4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/search",
- "style": {
- "navigationBarTitleText": "医保服务机构搜索",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4D85F4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/user/index/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4D85F4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/query",
- "style": {
- "navigationBarTitleText": "查询",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4D85F4",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/user/index/setting",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/user/index/makeRecord",
- "style": {
- "navigationBarTitleText": "预约记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/user/index/about",
- "style": {
- "navigationBarTitleText": "关于平台",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/user/index/feedBack",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "医保办事机构查询预约",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|