IPPSWAP-h5
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.
 
 
 
 

50 lines
1.5 KiB

{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "ippswap-finance"
// "enablePullDownRefresh": true
}
}
],
"globalStyle": {
// "mp-alipay": {
// /* */
// "transparentTitle": "always",
// "allowsBounceVertical": "NO"
// },
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "码商",
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"rpxCalcMaxDeviceWidth": 960, // rpx px 960
"rpxCalcBaseDeviceWidth": 375, // rpx rpx px 375
"app-plus": {
"background": "#293154",
"titleNView": false //app+h5
}
},
"tabBar": {
// "color": "#646D7E",
// "selectedColor": "#4A8CF5",
// "list": [
// {
// "pagePath": "pages/home/home",
// "text": "首页",
// "iconPath": "/static/tongyonh/icon-home-28Selected.png",
// "selectedIconPath": "/static/tongyonh/icon-home-28Selected2.png"
// },
// {
// "pagePath": "pages/mine/mine",
// "text": "我的",
// "iconPath": "/static/tongyonh/icon-home-28Selected.png",
// "selectedIconPath": "/static/tongyonh/icon-home-28Selected2.png"
// }
// ]
}
}