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.
 
 
 
gongdan/pages.json

58 lines
1.5 KiB

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录页",
"navigationStyle": "custom"
}
},
{
"path": "pages/taskList/taskList",
"style": {
"navigationBarTitleText": "任务列表",
"navigationStyle": "custom",
"navigationBarBackgroundColor":"#FFFFFF",
"app-plus": {
"titleNView": {
"autoBackButton": false
}
}
}
},
{
"path" : "pages/processList/processList",
"style" :
{
"navigationBarTitleText": "工序列表",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"onReachBottomDistance": 100
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F7F8FA",
"backgroundColor": "#F7F8FA",
"app-plus": {
"background": "#efeff4"
}
}
// "tabBar": {
// "color": "#65676B",
// "selectedColor": "#F0D2A0",
// "backgroundColor": "#0F1014",
// "borderStyle": "black",
// "list": [
// {
// "pagePath": "pages/index/index",
// "text": "首页",
// "iconPath": "static/images/tabbar/tabbar_home.png",
// "selectedIconPath": "/static/images/tabbar/tabbar_home1.png"
// }
// ]
// }
}