{ "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/login/index", "style": { "navigationBarTitleText": "登录中", "enablePullDownRefresh": true } }, { "path": "pages/wallMember/wallMember", "style": { "navigationBarTitleText": "上墙会员", "enablePullDownRefresh": true } }, { "path": "pages/wallMember/getRed", "style": { "navigationBarTitleText": "获取红线", "enablePullDownRefresh": true } }, { "path": "pages/wallMember/contactedMember", "style": { "navigationBarTitleText": "联系过的人", "enablePullDownRefresh": true } }, { "path": "pages/register/basicInfo", "style": { "navigationBarTitleText": "会员注册-基本信息" } }, { "path": "pages/payState/paystate", "style": { "navigationBarTitleText": "支付结果" } }, { "path": "pages/register/perfectInfo", "style": { "navigationBarTitleText": "会员注册-完善信息" } }, { "path": "pages/register/chooseMate", "style": { "navigationBarTitleText": "会员注册-择偶条件" } }, { "path": "pages/register/workFamily", "style": { "navigationBarTitleText": "会员注册-工作家庭" } }, { "path": "pages/register/authorization", "style": { "navigationBarTitleText": "注册账号" } }, { "path": "pages/upTheWall/upTheWall", "style": { "navigationBarTitleText": "我要上墙" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, { "path": "pages/my/exclusiveMatch", "style": { "navigationBarTitleText": "专属红娘", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, { "path": "pages/my/authentication", "style": { "navigationBarTitleText": "实名认证" } }, { "path": "pages/my/service", "style": { "navigationBarTitleText": "客服", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, { "path": "pages/my/uploadInfo", "style": { "navigationBarTitleText": "上传身份证信息" } }, { "path": "pages/my/collect", "style": { "navigationBarTitleText": "我喜欢的" } }, { "path": "pages/my/seeMe", "style": { "navigationBarTitleText": "谁看过我" } }, { "path": "pages/my/likeMe", "style": { "navigationBarTitleText": "喜欢我的" } }, { "path": "pages/my/editInfo", "style": { "navigationBarTitleText": "编辑资料" } }, { "path": "pages/my/matePerfance", "style": { "navigationBarTitleText": "择偶要求" } }, { "path": "pages/my/workEconomy", "style": { "navigationBarTitleText": "工作经济家庭" } }, { "path": "pages/my/welfare", "style": { "navigationBarTitleText": "福利中心", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, { "path": "pages/my/memberDetails", "style": { "navigationBarTitleText": "会员详情" } }, { "path": "pages/my/officialAccount", "style": { "navigationBarTitleText": "关注公众号" } }, { "path": "pages/my/contact", "style": { "navigationBarTitleText": "联系" } }, { "path": "pages/my/setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/my/qzone", "style": { "navigationBarTitleText": "我的动态" } }, { "path": "pages/my/memberVip", "style": { "navigationBarTitleText": "VIP会员", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, { "path": "pages/userList/userList", "style": { "navigationBarTitleText": "相亲交友", "enablePullDownRefresh": true } }, { "path": "pages/signIn/signIn", "style": { "navigationBarTitleText": "签到" } }, { "path": "pages/find/find", "style": { "navigationBarTitleText": "发现", "enablePullDownRefresh": true } }, { "path": "pages/messageCenter/index", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/messageCenter/system", "style": { "navigationBarTitleText": "系统消息" } }, { "path": "pages/saySomething/saySomething", "style": { "navigationBarTitleText": "发表动态" } }, { "path": "pages/personalTailor/personalTailor", "style": { "navigationBarTitleText": "私人定制" } }, { "path": "pages/test/test", "style": { "navigationBarTitleText": "测试专用", "navigationStyle": "custom" } }, { "path": "pages/test/drag", "style": { "navigationBarTitleText": "测试拖拽" } }, { "path": "pages/my/innerMonologue", "style": { "navigationBarTitleText": "内心独白" } }, { "path": "pages/my/basicInformation", "style": { "navigationBarTitleText": "基本资料" } }, { "path": "pages/my/photoImage", "style": { "navigationBarTitleText": "形象照" } }, { "path": "pages/my/getRedLine", "style": { "navigationBarTitleText": "获取红线" } }, { "path": "pages/my/bindPhone", "style": { "navigationBarTitleText": "绑定手机号", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, { "path": "pages/my/addWechatNumber", "style": { "navigationBarTitleText": "添加微信号", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, { "path": "pages/webview/index", "style": { "navigationBarTitleText": "相亲交友" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "相亲交友", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#222222", "selectedColor": "#E21196", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png", "text": "首页" },{ "pagePath": "pages/my/index", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/my-active.png", "text": "我的" }] //二期隐藏部分 // { // "pagePath": "pages/find/find", // "iconPath": "static/tabbar/find.png", // "selectedIconPath": "static/tabbar/find-active.png", // "text": "发现" // }, // { // "pagePath": "pages/messageCenter/index", // "iconPath": "static/tabbar/message.png", // "selectedIconPath": "static/tabbar/message-active.png", // "text": "消息" // }, // { // "pagePath": "pages/personalTailor/personalTailor", // "iconPath": "static/tabbar/customized.png", // "selectedIconPath": "static/tabbar/customized-active.png", // "text": "私人定制" // }, } }