{ "easycom": { "autoscan": true, "custom": { // uni-ui 规则如下配置 "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/user/login", "style": { "navigationBarTitleText": "登录", "navigationStyle":"custom" } }, { "path": "pages/home", "style": { "navigationBarTitleText": "首页", "navigationStyle":"custom" } }, { "path": "pages/production/production", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "首页", "navigationStyle":"custom" } }, { "path": "pages/equipment/equipment", "style": { "navigationBarTitleText": "设备", "navigationStyle":"custom" } }, { "path": "pages/equipment/assemblyMachine", "style": { "navigationBarTitleText": "组装机", "navigationStyle":"custom" } }, { "path": "pages/equipment/injectionMolding", "style": { "navigationBarTitleText": "注塑机", "navigationStyle":"custom" } }, { "path": "pages/equipment/sterilization", "style": { "navigationBarTitleText": "注塑机", "navigationStyle":"custom" } } ], "tabBar": { "color": "#333333", "selectedColor": "#3370FF", "backgroundColor": "#fff", "borderStyle": "white", "list": [ // { // "pagePath": "pages/home", // "text": "首页", // "iconPath": "static/btn_kanban_gray.png", // "selectedIconPath": "static/btn_kanban_blue.png" // }, // { // "pagePath": "pages/production/production", // "text": "生产", // "iconPath": "static/btn_shengc_gray.png", // "selectedIconPath": "static/btn_shengc_blue.png" // }, { "pagePath": "pages/equipment/equipment", "text": "设备", "iconPath": "static/btn_shebei_gray.png", "selectedIconPath": "static/btn_shebei_blue.png" }, { "pagePath": "pages/user/user", "text": "我的", "iconPath": "static/btn_mine_gray.png", "selectedIconPath": "static/btn_mine_blue.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }