连云港陪玩陪聊
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.
chunwan/pages.json

200 lines
4.3 KiB

3 months ago
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
3 months ago
"navigationStyle": "custom"
3 months ago
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path" : "pages/login/reg",
"style" :
{
"navigationBarTitleText" : "注册"
}
},
{
"path" : "pages/login/password",
"style" :
{
"navigationBarTitleText" : "修改密码"
}
},
{
"path" : "pages/login/sex",
"style" :
{
"navigationBarTitleText" : "选择性别"
}
},
{
"path" : "pages/login/avatar",
"style" :
{
"navigationBarTitleText" : "上传头像"
}
},
{
"path" : "pages/login/name",
"style" :
{
"navigationBarTitleText" : "设置昵称"
}
3 months ago
},
{
"path" : "pages/peiwan/index",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/dongtai/index",
"style" :
{
"navigationBarTitleText" : "动态"
}
},
{
"path" : "pages/xiaoxi/index",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/user/index",
"style" :
{
"navigationStyle": "custom"
}
3 months ago
}
3 months ago
,{
"path" : "pages/pipei/tongcheng/index",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/pipei/yuyin/index",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/pipei/shipin/index",
"style" :
{
"navigationStyle": "custom"
}
3 months ago
},
{
"path" : "pages/users/task/index",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/users/center/index",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/users/nickname/index",
"style" :
{
"navigationBarTitleText" : "修改昵称"
}
},
{
"path" : "pages/users/recharge/index",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/users/about/index",
"style" :
{
"navigationBarTitleText" : "关于我们"
}
},
{
"path" : "pages/users/site/index",
"style" :
{
"navigationBarTitleText" : "设置"
}
3 months ago
}
3 months ago
,{
"path" : "pages/dongtai/detail",
"style" :
{
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}
3 months ago
],
3 months ago
"globalStyle": {
"navigationBarTextStyle": "black",
3 months ago
"navigationBarTitleText": "纯玩app",
3 months ago
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
3 months ago
"tabBar": {
"color": "#999999",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/sy2.png",
"selectedIconPath": "static/sy1.png",
"text": "首页"
},
{
"pagePath": "pages/peiwan/index",
"iconPath": "static/peiwan2.png",
"selectedIconPath": "static/peiwan1.png",
"text": "陪玩"
},
{
"pagePath": "pages/dongtai/index",
"iconPath": "static/dt2.png",
"selectedIconPath": "static/dt1.png",
"text": "动态"
},
{
"pagePath": "pages/xiaoxi/index",
"iconPath": "static/xiaoxi.png",
"selectedIconPath": "static/xiaoxi1.png",
"text": "消息"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/wd2.png",
"selectedIconPath": "static/wd1.png",
"text": "我的"
}
]
},
3 months ago
"uniIdRouter": {}
}