123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- {
- "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"
- }
- }
|