|
|
{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "相亲交友", "enablePullDownRefresh": true } }, { "path": "pages/wallMember/wallMember", "style": { "navigationBarTitleText": "上墙会员", "enablePullDownRefresh": true } }, { "path": "pages/upTheWall/upTheWall", "style": { "navigationBarTitleText": "我要上墙" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": true } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, { "path": "pages/my/exclusive-match", "style": { "navigationBarTitleText": "专属红娘", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "相亲交友", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#333333", "selectedColor": "#1998FE", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png", "text": "首页" },{ "pagePath": "pages/login/index", "iconPath": "static/tabbar/find.png", "selectedIconPath": "static/tabbar/find-active.png", "text": "登录" },{ "pagePath": "pages/my/index", "iconPath": "static/tabbar/find.png", "selectedIconPath": "static/tabbar/find-active.png", "text": "我的" }] }}
|