{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "智慧医院" } } ], "subPackages": [{ "root": "wastePack", "pages": [{ "path": "list", "style": { "navigationStyle": "custom" } }, { "path": "package", "style": { "navigationStyle": "custom" } }] }, { "root": "collection", "pages": [{ "path": "list", "style": { "navigationStyle": "custom" } }, { "path": "list2", "style": { "navigationStyle": "custom" } }, { "path": "line", "style": { "navigationStyle": "custom" } }, { "path": "infor", "style": { "navigationStyle": "custom" } }, { "path": "infor2", "style": { "navigationStyle": "custom" } }] }, { "root": "wasteCheck", "pages": [{ "path": "list", "style": { "navigationStyle": "custom" } }, { "path": "infor", "style": { "navigationStyle": "custom" } }, { "path": "batchInfo", "style": { "navigationStyle": "custom" } }, { "path": "confirmCheck", "style": { "navigationStyle": "custom" } }, { "path": "unusualDealList", "style": { "navigationStyle": "custom" } }, { "path": "unusualDealInfo", "style": { "navigationStyle": "custom" } }, { "path": "unusualDeal", "style": { "navigationStyle": "custom" } }] }, { "root": "report", "pages": [{ "path": "list", "style": { "navigationStyle": "custom" } }, { "path": "report", "style": { "navigationStyle": "custom" // "navigationBarTitleText": "智慧医院" } }, { "path": "infor", "style": { "navigationStyle": "custom" } }] }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }