172 lines
3.8 KiB
JSON
172 lines
3.8 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "相宜相亲",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "消息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/edit",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "填写资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/personal",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "个人资料",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "详情资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/preview",
|
|
"style": {
|
|
"navigationBarTitleText": "资料预览"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/chat/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "聊天"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/search/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "搜索"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/search/result",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "搜索结果"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/member/index",
|
|
"style": {
|
|
"navigationBarTitleText": "会员中心"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/realname/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "实名认证"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/interact/viewedMe",
|
|
"style": {
|
|
"navigationBarTitleText": "看过我"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/interact/myViewed",
|
|
"style": {
|
|
"navigationBarTitleText": "我看过的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/interact/favoritedMe",
|
|
"style": {
|
|
"navigationBarTitleText": "收藏我"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/interact/myFavorite",
|
|
"style": {
|
|
"navigationBarTitleText": "我收藏的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/interact/unlockedMe",
|
|
"style": {
|
|
"navigationBarTitleText": "解锁我"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/interact/myUnlocked",
|
|
"style": {
|
|
"navigationBarTitleText": "我解锁的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/agreement/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "协议"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "相宜相亲",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#FF6B6B",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/message/index",
|
|
"text": "消息",
|
|
"iconPath": "static/tabbar/message.png",
|
|
"selectedIconPath": "static/tabbar/message_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "我的",
|
|
"iconPath": "static/tabbar/me.png",
|
|
"selectedIconPath": "static/tabbar/me_s.png"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|