连云港陪玩陪聊
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

241 lines
5.2 KiB

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"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" : "设置昵称"
}
},
{
"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"
}
}
,{
"path" : "pages/pipei/tongcheng/index",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/pipei/yuyin/index",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/pipei/shipin/index",
"style" :
{
"navigationStyle": "custom"
}
},
{
"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" : "设置"
}
}
,{
"path" : "pages/dongtai/detail",
"style" :
{
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/dongtai/add",
"style" :
{
"navigationBarTitleText" : "发布"
}
},
{
"path" : "pages/index/city",
"style" :
{
"navigationBarTitleText" : "选择位置"
}
},
{
"path" : "pages/index/search",
"style" :
{
"navigationBarTitleText" : "搜索"
}
},
{
"path" : "pages/index/cityList",
"style" :
{
"navigationBarTitleText" : "城市列表"
}
},
{
"path" : "pages/index/citySearch",
"style" :
{
"navigationBarTitleText" : "搜索"
}
},
{
"path" : "pages/peiwan/detail",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "纯玩app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"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": "我的"
}
]
},
"uniIdRouter": {}
}