{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { // "navigationStyle": "custom" "navigationBarTitleText": "首页", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white" } }, { "path": "pages/mine/mine", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/home/statis", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path" : "pages/home/resident", "style" : { "navigationBarTitleText": "常住人口统计", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, { "path" : "pages/resident/resident", "style" : { "navigationBarTitleText": "统计列表", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, { "path" : "pages/resident/residentdetail", "style" : { "navigationBarTitleText": "统计详情", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } } ], "subPackages": [ { "root": "home", "pages": [{ "path": "pages/recordthree/recordnuclein", "style": { "navigationBarTitleText": "人员核酸信息", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "navigationStyle":"custom" } }, { "path": "pages/recordthree/addressacid", "style": { "navigationBarTitleText": "核酸采集点", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, { "path": "pages/recordthree/statistics", "style": { "navigationBarTitleText": "统计信息", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, // { // "path": "pages/recordthree/recordthree", // "style": { // "navigationBarTitleText": "疫苗情况", // "navigationBarBackgroundColor": "#009FE8", // "navigationBarTextStyle": "white" // } // }, { "path": "pages/recordthree/recordpeople", "style": { "navigationBarTitleText": "人口信息情况", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "navigationStyle":"custom" } }, { "path": "pages/recordthree/familylist", "style": { "navigationBarTitleText": "家庭成员", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, { "path": "pages/recordthree/recordstate", "style": { "navigationBarTitleText": "状态变更", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, { "path": "pages/recordthree/changerecord", "style": { "navigationBarTitleText": "变更记录", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, { "path": "pages/recordthree/returnpeople", "style": { "navigationBarTitleText": "返乡人员信息", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, { "path": "pages/recordthree/problem", "style": { "navigationBarTitleText": "常见问题及解答", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, { "path": "pages/recordthree/prodetail", "style": { "navigationBarTitleText": "问题解答详情", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } } // { // "path": "pages/recordthree/recordvacc", // "style": { // "navigationBarTitleText": "人员核酸信息", // "navigationBarBackgroundColor": "#009FE8", // "navigationBarTextStyle": "white", // "h5":{ // "titleNView":false // } // } // }, ] }, { "root": "add", "pages": [ { "path": "pages/addvacfrom/nucleindetail", "style": { "navigationBarTitleText": "人员核酸详情", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } }, // { // "path": "pages/addvacfrom/addvacfrom", // "style": { // "navigationBarTitleText": "新增", // "navigationBarBackgroundColor": "#009FE8", // "navigationBarTextStyle": "white" // } // }, { "path": "pages/addvacfrom/addpeople", "style": { "navigationBarTitleText": "", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white" } }, { "path": "pages/addvacfrom/scan", "style": { "navigationBarTitleText": "扫码登录", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white" } }, { "path": "pages/addvacfrom/wufa", "style": { "navigationBarTitleText": "确认登录", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white" } }, { "path" : "pages/addvacfrom/returnpeople", "style": { "navigationBarTitleText": "", "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white" } }, { "path" : "pages/addvacfrom/submit", "style" : { "navigationBarTitleText": "提交", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#009FE8", "navigationBarTextStyle": "white", "h5":{ "titleNView":false } } } // { // "path": "pages/addvacfrom/vaccdetail", // "style": { // "navigationBarTitleText": "人员核酸详情", // "navigationBarBackgroundColor": "#009FE8", // "navigationBarTextStyle": "white", // "h5":{ // "titleNView":false // } // } // }, ] } ], "preloadRule": { "pages/index/index": { "network": "all", "packages": ["home","add"] } }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }