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