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.
144 lines
3.7 KiB
144 lines
3.7 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path" : "pages/login/login",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},{
|
|
"path" : "pages/my/richText",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path": "pages/index/searchPage",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"onReachBottomDistance":20 //距离底部多远时触发 单位为px
|
|
|
|
}
|
|
},{
|
|
"path" : "pages/detail/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/my/my",
|
|
"style":{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom",
|
|
"navigationBarBackgroundColor": "#000000"
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/my/look",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/my/collection",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/my/share",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/my/feedBack",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path": "pages/my/setting",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/editInfo",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/editInfo1",
|
|
"style": {
|
|
"navigationBarTitleText": "修改资料"
|
|
}
|
|
},{
|
|
"path" : "pages/register/register",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/register/register1",
|
|
"style" :
|
|
{
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#F3F5F7"
|
|
},
|
|
"uniIdRouter": {},
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#0076F6",
|
|
"backgroundColor": "#ffffff",
|
|
"height": "50px",
|
|
"fontSize": "11px",
|
|
"iconWidth": "22px",
|
|
"spacing": "3px",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/home.png",
|
|
"selectedIconPath": "static/home1.png",
|
|
"text": "首页"
|
|
},{
|
|
"pagePath": "pages/my/my",
|
|
"iconPath": "/static/my.png",
|
|
"selectedIconPath": "static/my1.png",
|
|
"text": "我的"
|
|
}]
|
|
}
|
|
}
|
|
|