| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/common/launch"
- },
- {
- "path": "pages/auth/login",
- "style": {
- "navigationBarTitleText": "授权登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/auth/wxLogin",
- "style": {
- "navigationBarTitleText": "公众号授权",
- "navigationStyle": "custom"
- }
-
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "互联网医院",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path" : "pages/task/index",
- "style" :
- {
- "navigationBarTitleText": "任务中心",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ,{
- "path" : "pages/home/content",
- "style" :
- {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/home/web",
- "style" :
- {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/user/test",
- "style" :
- {
- "navigationBarTitleText": "测一测",
- "app-plus": {
- "titleNView": false
- }
- }
- }
-
- ],
- "subPackages": [
- {
- "root": "pages_task",
- "pages": [
- {
- "path" : "index",
- "style" :
- {
- "navigationBarTitleText": "问答专区",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path" : "airClassroom",
- "style" :
- {
- "navigationBarTitleText": "空中课堂",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path" : "taskDetail",
- "style" :
- {
- "navigationBarTitleText": "任务详情",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path" : "completeTask",
- "style" :
- {
- "navigationBarTitleText": "完成任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path" : "taskCompleteSuccess",
- "style" :
- {
- "navigationBarTitleText": "完成任务",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path" : "onlineLecture",
- "style" :
- {
- "navigationBarTitleText": "在线讲座",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path" : "science",
- "style" :
- {
- "navigationBarTitleText": "科普创作",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- // {
- // "path" : "index/medicatedFoodList",
- // "style" :
- // {
- // "navigationBarTitleText": "药膳食疗",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/medicatedFoodDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "药膳食疗",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
-
- // {
- // "path" : "index/vesselList",
- // "style" :
- // {
- // "navigationBarTitleText": "经络穴位",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/vesselDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "经络穴位",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/questionsList",
- // "style" :
- // {
- // "navigationBarTitleText": "问答专区",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/questionsDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "问答专区",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/diseaseList",
- // "style" :
- // {
- // "navigationBarTitleText": "疾病列表",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/diseaseDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "疾病",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
-
- // {
- // "path" : "index/chineseMedicineList",
- // "style" :
- // {
- // "navigationBarTitleText": "中药图解",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/chineseMedicineDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "中药图解",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
-
- // {
- // "path" : "index/famousPrescribeList",
- // "style" :
- // {
- // "navigationBarTitleText": "名方今用",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/famousPrescribeDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "名方今用",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
-
-
- // {
- // "path" : "index/test",
- // "style" :
- // {
- // "navigationBarTitleText": "测一测",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/testList",
- // "style" :
- // {
- // "navigationBarTitleText": "测一测",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/testDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "测一测",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/testResult",
- // "style" :
- // {
- // "navigationBarTitleText": "测试结果",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/articleList",
- // "style" :
- // {
- // "navigationBarTitleText": "健康知识",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/articleDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "文章详情",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
-
- // {
- // "path" : "index/doctorArticleList",
- // "style" :
- // {
- // "navigationBarTitleText": "康复医案",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path" : "index/doctorArticleDetails",
- // "style" :
- // {
- // "navigationBarTitleText": "康复医案",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // }
- ]
- },
-
-
- {
- "root": "pages_user",
- "pages": [
- {
- "path" : "points",
- "style" :
- {
- "navigationBarTitleText": "我的积分",
- "enablePullDownRefresh": false
- }
-
- }
-
- ]
- },
- {
- "root": "pages_live",
- "pages": [
- {
- "path": "lecture",
- "style": {
- "navigationBarTitleText": "在线讲座",
- // "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "lesson",
- "style": {
- "navigationBarTitleText": "空中课堂",
- // "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "lessonDetail",
- "style": {
- "navigationBarTitleText": "视频详情",
- // "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#000",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "search",
- "style": {
- "navigationBarTitleText": "搜索",
- // "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "healthConsulting",
- "style": {
- "navigationBarTitleText": "健康咨询",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "healthfiles",
- "style": {
- "navigationBarTitleText": "健康档案",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "ConsultationDetails",
- "style": {
- "navigationBarTitleText": "病例描述",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "addForm",
- "style": {
- "navigationBarTitleText": "直播报名表",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "card",
- "style": {
- "navigationBarTitleText": "邀请卡",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "addUser",
- "style": {
- "navigationBarTitleText": "用户信息",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },{
- "root": "pages_echarts",
- "pages": [
- {
- "path": "statistics",
- "style": {
- "navigationBarTitleText": "数据统计",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "互联网医院",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#333333",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize":"12px",
- "iconWidth":"18px",
- "spacing": "4px",
- "list": [{
- "pagePath": "pages/home/index",
- "iconPath": "/static/tabbar/icon_home.png",
- "selectedIconPath": "/static/tabbar/icon_sel_home.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/task/index",
- "iconPath": "/static/tabbar/icon_task.png",
- "selectedIconPath": "/static/tabbar/icon_sel_task.png",
- "text": "任务中心"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/tabbar/icon_me.png",
- "selectedIconPath": "/static/tabbar/icon_sel_me.png",
- "text": "我的"
- }
- ]
- }
- }
|