{ "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/putin/putin", "style": { "navigationBarTitleText": "物资入库", "navigationStyle": "custom" } }, { "path": "pages/putin/goods/goods", "style": { "navigationBarTitleText": "物资入库", "navigationStyle": "custom" } }, { "path": "pages/putout/putout", "style": { "navigationBarTitleText": "物资出库", "navigationStyle": "custom" } }, { "path": "pages/putout/putoutItem/putoutItem", "style": { "navigationBarTitleText": "物资出库", "navigationStyle": "custom" } }, { "path": "pages/check/check", "style": { "navigationBarTitleText": "库存盘点", "navigationStyle": "custom" } }, { "path": "pages/check/checkItem/checkItem", "style": { "navigationBarTitleText": "库存盘点", "navigationStyle": "custom" } }, { "path": "pages/seach/seach", "style": { "navigationBarTitleText": "库存查询", "navigationStyle": "custom" } }, { "path": "pages/return/return", "style": { "navigationBarTitleText": "退库申请", "navigationStyle": "custom" } }, { "path": "pages/return/returnItem/returnItem", "style": { "navigationBarTitleText": "退库申请详情", "navigationStyle": "custom" } }, { "path": "pages/changepass/changepass", "style": { "navigationBarTitleText": "修改密码", "navigationStyle": "custom" } }, { "path": "pages/succeed/succeed", "style": { "navigationBarTitleText": "抗疫物资", "navigationStyle": "custom" } }, { "path": "pages/center/index", "style": { "navigationBarTitleText": "抗疫物资", "navigationStyle": "custom" } } ], "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": "我" // }] // } }