{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/stomach", "style": { "navigationBarTitleText": "上海市松江中心医院", "navigationBarBackgroundColor": "#59A0F0", "backgroundColor": "#f8f8f8", "app-plus": { "bounce": "none", "titleNView": false } } }, { "path": "pages/educationViews/index", "style": { "navigationBarTitleText": "科普宣教", "app-plus": { "bounce": "none" } } }, { "path": "pages/person/index", "style": { "navigationBarTitleText": "个人中心", "app-plus": { "bounce": "none", "titleNView": false } } } ,{ "path" : "pages/home/home", "style" : { "navigationBarTitleText": "筛查服务", "app-plus": { "bounce": "none", "titleNView": false } } } ,{ "path" : "pages/index/selectMode", "style" : { "navigationBarTitleText": "选择模式", "navigationBarBackgroundColor": "#59A0F0", "backgroundColor": "#f8f8f8", "app-plus": { "bounce": "none", "titleNView": false } } } ,{ "path" : "pages/index/selectHos", "style" : {} } ,{ "path" : "pages/person/appointment", "style" : { "navigationBarTitleText": "预约内镜", "navigationBarTextStyle": "white", "app-plus": { "bounce": "none", "titleNView": false } } } // ,{ // "path" : "pages/index/stomach", // "style" : { // "navigationBarTitleText": "筛查服务", // "navigationBarTextStyle": "white", // "app-plus": { // "bounce": "none", // "titleNView": false // } // } // } ,{ "path" : "pages/index/digestive", "style" : { "navigationBarTitleText": "消化道慢病", "navigationBarTextStyle": "white", "app-plus": { "bounce": "none", "titleNView": false } } } ], "subPackages": [{ "root": "person", "pages": [{ "path": "personInfo/index", "style": { "navigationBarTitleText": "个人信息", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } }, { "path": "memberManage/index", "style": { "navigationBarTitleText": "成员管理", "navigationBarTextStyle": "white", "app-plus": { "bounce": "none", "titleNView": false } } }, { "path": "memberManage/add", "style": { "navigationBarTitleText": "添加成员", "navigationBarTextStyle": "white", "app-plus": { "bounce": "none", "titleNView": false } } }, { "path" : "appointment/index", "style" : { "navigationBarTitleText": "我的预约", "navigationBarTextStyle": "white", "app-plus": { "bounce": "none", "titleNView": false } } } // ,{ // "path" : "collection/index", // "style" : { // "navigationBarTitleText": "我的收藏", // "navigationBarTextStyle": "white" // } // } ,{ "path" : "progress/index", "style" : { "navigationBarTitleText": "筛查进展", "navigationBarTextStyle": "white", "app-plus": { "bounce": "none", "titleNView": false } } } ] }, { "root": "educationViews", "pages": [ { "path": "details/index", "style": { "navigationBarTitleText": "详情", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } } ] }, { "root": "personModule", "pages": [ { "path": "notice/index", "style": { "navigationBarTitleText": "历史动态", "navigationBarTextStyle": "white", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } }, { "path": "notice/detail", "style": { "navigationBarTitleText": "动态详情", "navigationBarTextStyle": "white", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } }, { "path": "screen/index", "style": { "navigationBarTitleText": "筛查档案", "navigationBarTextStyle": "white", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } }, { "path": "signUp/index", "style": { "navigationBarTitleText": "筛查报名", "navigationBarTextStyle": "white", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } }, { "path": "signUp/exclusion/exclusion", "style": { "navigationBarTitleText": "排除标准", "navigationBarTextStyle": "white", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } }, { "path": "signUp/questionnaire/questionnaire", "style": { "navigationBarTitleText": "问卷调查", "navigationBarTextStyle": "white", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } }, { "path" : "communicate/index", "style" : { "navigationBarTitleText": "医患沟通", "navigationBarTextStyle": "white", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } }, { "path": "standardSignUp/index", "style": { "navigationBarTitleText": "患者入组", "navigationBarTextStyle": "white", "app-plus": { "navigationBarTextStyle": "white", "titleNView": false } } } ] } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#59A0F0", "backgroundColor": "#f8f8f8" }, "tabBar": { "color": "#C0C4CC", "selectedColor": "#59A0F0", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/stomach", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home_cur.png", "text": "服务" }, { "pagePath": "pages/educationViews/index", "iconPath": "static/tabbar/component.png", "selectedIconPath": "static/tabbar/component_cur.png", "text": "科普宣教" }, { "pagePath": "pages/person/index", "iconPath": "static/tabbar/about.png", "selectedIconPath": "static/tabbar/about_cur.png", "text": "个人中心" } ] }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [{ "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 }] } }