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
50 lines
1.5 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://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"
|
|
// }
|
|
// ]
|
|
}
|
|
}
|
|
|