{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "抗疫物资", "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/changepass/changepass", "style": { "navigationBarTitleText": "修改密码", "navigationStyle": "custom" } }, { "path": "pages/succeed/succeed", "style": { "navigationBarTitleText": "抗疫物资", "navigationStyle": "custom" } }, { "path": "pages/apply/apply", "style": { "navigationBarTitleText": "申请物资登记", "navigationStyle": "custom" } }, { "path": "pages/apply/goods/goods", "style": { "navigationBarTitleText": "选择物资", "navigationStyle": "custom" } }, { "path": "pages/apply/applylist/applylist", "style": { "navigationBarTitleText": "申请记录", "navigationStyle": "custom" } }, { "path": "pages/apply/applylist/list", "style": { "navigationBarTitleText": "物资列表", "navigationStyle": "custom" } }, { "path": "pages/apply/applyItem/applyItem", "style": { "navigationBarTitleText": "申请详情", "navigationStyle": "custom" } }, { "path": "pages/center/index", "style": { "navigationBarTitleText": "抗疫物资", "navigationStyle": "custom" } }, { "path": "pages/center/message/message", "style": { "navigationStyle":"custom",// 隐藏系统导航栏 "navigationBarTitleText": "消息通知" } }, { "path": "pages/center/message/messageInfo", "style": { "navigationStyle":"custom",// 隐藏系统导航栏 "navigationBarTitleText": "消息详情" } }, { "path": "pages/center/organInfo/organInfo", "style": { "navigationStyle":"custom",// 隐藏系统导航栏 "navigationBarTitleText": "机构信息" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "抗疫物资申请", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } // , // "tabBar": { // "color": "#909399", // "selectedColor": "#303133", // "borderStyle": "black", // "backgroundColor": "#ffffff", // "list": [{ // "pagePath": "pages/index/index", // "iconPath": "static/index.png", // "selectedIconPath": "static/index-selected.png", // "text": "首页" // }, { // "pagePath": "pages/center/index", // "iconPath": "static/center.png", // "selectedIconPath": "static/center-selected.png", // "text": "我" // }] // } }