{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/my/main", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/my-modify", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/my-setting", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/my-resetpassword", "style": { "navigationStyle": "custom" } }, { "path": "pages/post/post", "style": { "navigationStyle": "custom" } }, { "path": "pages/discover/main", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/register", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/find", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/main", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/ready", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/test", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/ranking", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/start", "style": { "navigationStyle": "custom" } }, { "path": "pages/discover/discover-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/discover/add-school-activity", "style": { "navigationStyle": "custom" } }, { "path": "pages/team/main", "style": { "navigationStyle": "custom" } }, { "path": "pages/team/member-list", "style": { "navigationStyle": "custom" } }, { "path": "pages/team/activity-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/main", "style": { "navigationStyle": "custom" } }, { "path": "pages/post/add-post", "style": { "navigationStyle": "custom" } }, { "path": "pages/post/post-detial", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "selectedColor": "#F1992D", "height": "60px", "iconWidth": "30px", "list": [{ "pagePath": "pages/sport/main", "text": "运动", "iconPath": "static/tabbar/运动.png", "selectedIconPath": "static/tabbar/运动2.png" }, { "pagePath": "pages/discover/main", "text": "发现", "iconPath": "static/tabbar/发现.png", "selectedIconPath": "static/tabbar/发现2.png" }, { "pagePath": "pages/post/post", "text": "高校圈", "iconPath": "static/tabbar/圈子.png", "selectedIconPath": "static/tabbar/圈子2.png" }, { "pagePath": "pages/team/main", "text": "小队", "iconPath": "static/tabbar/队伍.png", "selectedIconPath": "static/tabbar/队伍2.png" }, { "pagePath": "pages/my/main", "text": "我的", "iconPath": "static/tabbar/我的.png", "selectedIconPath": "static/tabbar/我的2.png" } ] }, "uniIdRouter": {} }