详情小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

245 lines
5.3 KiB

{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pageshttps://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/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/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": "相亲交友"
}
},
{
"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": "测试专用"
}
},
{
"path": "pages/my/innerMonologue",
"style": {
"navigationBarTitleText": "内心独白"
}
},
{
"path": "pages/my/basicInformation",
"style": {
"navigationBarTitleText": "基本资料"
}
},
{
"path": "pages/my/photoImage",
"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/find/find",
"iconPath": "static/tabbar/find.png",
"selectedIconPath": "static/tabbar/find-active.png",
"text": "发现"
},{
"pagePath": "pages/personalTailor/personalTailor",
"iconPath": "static/tabbar/customized.png",
"selectedIconPath": "static/tabbar/customized-active.png",
"text": "私人定制"
},{
"pagePath": "pages/messageCenter/index",
"iconPath": "static/tabbar/message.png",
"selectedIconPath": "static/tabbar/message-active.png",
"text": "消息"
},{
"pagePath": "pages/my/index",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my-active.png",
"text": "我的"
}]
}
}