{ "easycom": { "autoscan": true, "custom": { "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "团蜂名片", "navigationStyle": "custom" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } } ], "subPackages": [ { "root": "user", "pages": [ { "path": "account/agree/agree", "style": { "navigationBarTitleText": "用户协议" } }, { "path": "service/edit/edit", "style": { "navigationBarTitleText": "编辑名片" } } ] } ], "tabBar": { "selectedColor": "#E95D20", "backgroundColor": "#fff", "color": "#3D3D3D", "borderStyle": "white", "iconWidth": "28px", "height": "60px", "list": [ { "pagePath": "pages/index/index", "text": "名片", "iconPath": "/static/images/tabbar/furniture.png", "selectedIconPath": "/static/images/tabbar/furniture-active.png" }, { "pagePath": "pages/user/user", "text": "我的", "iconPath": "/static/images/tabbar/mine.png", "selectedIconPath": "/static/images/tabbar/mine-active.png" } ] }, "globalStyle": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "uni-card", "navigationBarTextStyle": "black", "titleNView": false, "app-plus": { "animationType": "slide-in-right", "animationDuration": 300 } } }