1 Star 0 Fork 0

刘政阳/delivery-progress

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pages.json 1.09 KB
Copy Edit Raw Blame History
zheng-yang-liu authored 2024-04-16 09:25 . 优化
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
//开启下拉刷新
"enablePullDownRefresh":true,
//页面上拉触底事件触发时距页面底部距离,单位只支持px
"onReachBottomDistance":100
}
},
{
"path" : "pages/history/history",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true,
"onReachBottomDistance":100
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": false ,//禁用原生导航栏(只在小程序端显示)
"scrollIndicator":"none" //禁用原生滚动条(只在小程序端显示)
}
},
"uniIdRouter": {},
"tabBar": {
"height": "1px",
"custom":true,
"list":[
{
"pagePath":"pages/index/index",
"text":""
},
{
"pagePath": "pages/history/history",
"text": ""
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dear-yan/delivery-progress.git
git@gitee.com:dear-yan/delivery-progress.git
dear-yan
delivery-progress
delivery-progress
master

Search