{ "easycom": { "autoscan": true, "custom": { // uni-ui 规则如下配置 "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages //im页面 { "path": "pages/equipment/equipment", "style": { "navigationBarTitleText": "设备", "navigationStyle": "custom" } }, { "path": "pages/im/im", "style": { "navigationBarTitleText": "设备", "navigationStyle": "custom" } }, { "path": "pages/TUI-Login/login", "style": {} }, { "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/assemblyMachine", "style": { "navigationBarTitleText": "组装机", "navigationStyle": "custom" } }, { "path": "pages/equipment/injectionMolding", "style": { "navigationBarTitleText": "注塑机", "navigationStyle": "custom" } }, { "path": "pages/equipment/shengchang", "style": { "navigationBarTitleText": "生产", "navigationStyle": "custom" } }, { "path": "pages/equipment/jinxiaocun", "style": { "navigationBarTitleText": "进销存", "navigationStyle": "custom" } }, { "path": "pages/equipment/sterilization", "style": { "navigationBarTitleText": "注塑机", "navigationStyle": "custom" } }, { "path": "pages/equipment/instructionsVideo", "style": { "navigationBarTitleText": "视频说明书", "navigationStyle": "custom" } }, { "path": "pages/TUI-Index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/TUI-Conversation/conversation/conversation", "style": { "navigationBarTitleText": "会话列表", "navigationBarBackgroundColor": "#006EFF", "backgroundColor": "#FFFFFF", "navigationBarTextStyle": "white" } }, { "path": "pages/TUI-Chat/chat", "style": { "navigationStyle": "custom" } }, { "path": "pages/TUI-Conversation/create-conversation/create", "style": { "navigationStyle": "custom" } }, { "path": "pages/TUI-User-Center/mine/mine", "style": { "navigationStyle": "custom" } }, { "path": "pages/TUI-User-Center/about/about", "style": {} }, { "path": "pages/TUI-User-Center/personal/personal", "style": {} }, { "path": "pages/TUI-User-Center/cancel/cancel", "style": {} }, { "path": "pages/TUI-User-Center/webview/webview", "style": {} }, { "path": "pages/TUI-Group/create-group/create", "style": {} }, { "path": "pages/TUI-Group/join-group/join", "style": { "navigationStyle": "custom" } } ], "tabBar": { "color": "#333333", "selectedColor": "#3370FF", "backgroundColor": "#fff", "borderStyle": "black", "list": [ // { // "pagePath": "pages/home", // "text": "首页", // "iconPath": "static/btn_kanban_gray.png", // "selectedIconPath": "static/btn_kanban_blue.png" // }, { "pagePath": "pages/equipment/equipment", "text": "设备", "iconPath": "static/btn_shebei_gray.png", "selectedIconPath": "static/btn_shebei_blue.png" }, { "pagePath": "pages/im/im", "text": "协作", "iconPath": "static/btn_sc_gray.png", "selectedIconPath": "static/btn_sc_blue.png" }, { "pagePath": "pages/equipment/shengchang", "text": "生产", "iconPath": "static/btn_shengc_gray.png", "selectedIconPath": "static/btn_shengc_blue.png" }, { "pagePath": "pages/equipment/jinxiaocun", "text": "进销存", "iconPath": "static/btn_jxc_gray.png", "selectedIconPath": "static/btn_jxc_blue.png" } // { // "pagePath": "pages/im/im", // "text": "通讯录", // "iconPath": "static/btn_shengc_gray.png", // "selectedIconPath": "static/btn_shengc_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" } }