{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [{ "path": "pages/sport/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/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/my/my-running-record", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/my-walking-record", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/finish", "style": { "navigationStyle": "custom", "app-plus": { "subNVues": [{ "id": "popup1", // 唯一标识 "path": "pages/my/subNVue/finish", // 页面路径 /*"type": "popup", 这里不需要*/ "style": { "position": "absolute", "margin": "0 auto", "background": "transparent" } }] } } }, { "path": "pages/sport/ranking", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/ready", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/countdown", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/start", "style": { "navigationStyle": "custom" } }, { "path": "pages/sport/finish", "style": { "navigationStyle": "custom", "app-plus": { "subNVues": [{ "id": "popup", // 唯一标识 "path": "pages/sport/subNVue/finish", // 页面路径 /*"type": "popup", 这里不需要*/ "style": { "position": "absolute", "margin": "0 auto", "background": "transparent" } }] } } }, { "path": "pages/discover/main", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/discover/discover-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/discover/add-school-activity", "style": { "navigationStyle": "custom" } }, { "path": "pages/team/main", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/team/member-list", "style": { "navigationStyle": "custom" } }, { "path": "pages/team/activity-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/team/add-team-activity", "style": { "navigationStyle": "custom" } }, { "path": "pages/team/add-team", "style": { "navigationStyle": "custom" } }, { "path": "pages/post/post", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/post/add-post", "style": { "navigationStyle": "custom" } }, { "path": "pages/post/post-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/post/message", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }], "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/sports.png", "selectedIconPath": "static/tabbar/sports2.png" }, { "pagePath": "pages/discover/main", "text": "发现", "iconPath": "static/tabbar/find.png", "selectedIconPath": "static/tabbar/find2.png" }, { "pagePath": "pages/post/post", "text": "高校圈", "iconPath": "static/tabbar/post.png", "selectedIconPath": "static/tabbar/post2.png" }, { "pagePath": "pages/team/main", "text": "小队", "iconPath": "static/tabbar/team.png", "selectedIconPath": "static/tabbar/team2.png" }, { "pagePath": "pages/my/main", "text": "我的", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/my2.png" } ] }, "uniIdRouter": {} }