{ "easycom": { "^u-(.*)": "uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/login", "style": { // "navigationBarTitleText": "登录" "navigationStyle": "custom" } }, { "path": "pages/enterAndExit/index", "style": { "navigationBarTitleText": "出入库" } }, { "path": "pages/enterAndExit/goods/index", "style": { "navigationBarTitleText": "货品" } }, { "path": "pages/enterAndExit/enter/index", "style": { // "navigationStyle": "custom" "navigationBarTitleText": "入库" } }, { "path": "pages/enterAndExit/exit/index", "style": { // "navigationStyle": "custom" "navigationBarTitleText": "出库" } }, { "path": "pages/enterAndExit/mine/index", "style": { // "navigationStyle": "custom" "navigationBarTitleText": "我的" } }, { "path": "pages/enterAndExit/enter/recordDetail", "style": { "navigationBarTitleText": "详情" } }, { "path": "pages/enterAndExit/exit/recordDetail", "style": { "navigationBarTitleText": "详情" } }, { "path": "pages/enterAndExit/enter/add", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterAndExit/enter/selectGoods", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterAndExit/enter/selectDocument", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterAndExit/exit/add", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterAndExit/exit/selectGoods", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterAndExit/exit/selectDocument", "style": { "navigationStyle": "custom" } } ], "tabBar": { "iconWidth": "70px", "color": "#000", "fontSize": "12px", "selectedColor": "#ED7234", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/enterAndExit/goods/index", "iconPath": "static/images/handheld/tabbar/ic_goods.png", "selectedIconPath": "static/images/handheld/tabbar/ic_goods_select.png", "text": "" }, { "pagePath": "pages/enterAndExit/enter/index", "iconPath": "static/images/handheld/tabbar/ic_enter.png", "selectedIconPath": "static/images/handheld/tabbar/ic_enter_select.png", "text": "" }, { "pagePath": "pages/enterAndExit/exit/index", "iconPath": "static/images/handheld/tabbar/ic_out.png", "selectedIconPath": "static/images/handheld/tabbar/ic_out_select.png", "text": "" }, { "pagePath": "pages/enterAndExit/mine/index", "iconPath": "static/images/handheld/tabbar/ic_mine.png", "selectedIconPath": "static/images/handheld/tabbar/ic_mine_select.png", "text": "" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "手持一体机", "navigationBarBackgroundColor": "#FFFFFF" } }