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.
90 lines
2.5 KiB
90 lines
2.5 KiB
{
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#fa2209",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home-active.png",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/category/index",
|
|
"iconPath": "static/tabbar/cate.png",
|
|
"selectedIconPath": "static/tabbar/cate-active.png",
|
|
"text": "分类"
|
|
} ]
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人中心",
|
|
"enablePullDownRefresh": true,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
|
|
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "会员登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/bind/index",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定手机"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/personal/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/help/index",
|
|
"style": {
|
|
"navigationBarTitleText": "帮助中心"
|
|
}
|
|
}
|
|
|
|
,{
|
|
"path" : "pages/gtsmscode",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
// #ifdef H5
|
|
// "navigationStyle": "custom",
|
|
"maxWidth": 750,
|
|
"rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
|
|
"rpxCalcBaseDeviceWidth": 560, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
|
|
"rpxCalcIncludeWidth": 9999, // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
|
|
// #endif
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|
|
}
|
|
|