{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "物资盘点" } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/scan/scan", "style": { "navigationBarTitleText": "扫码盘点" } }, { "path": "pages/inventory/inventory", "style": { "navigationBarTitleText": "物资盘点" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "物资盘点", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#007AFF", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "盘点", "iconPath": "static/tabbar/inventory.png", "selectedIconPath": "static/tabbar/inventory-active.png" }, { "pagePath": "pages/profile/profile", "text": "个人中心", "iconPath": "static/tabbar/profile.png", "selectedIconPath": "static/tabbar/profile-active.png" } ] }, "uniIdRouter": {}, "condition": { "current": 0, "list": [ { "name": "", "path": "", "query": "" } ] }, "easycom": { "autoscan": true, "custom": { "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } } }