星油车管小程序
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.
 
 
 
 

128 lines
2.8 KiB

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/startPage/index",
"style": {
"navigationBarTitleText": "星云闪充",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "星云闪充",
"navigationStyle": "custom"
}
}, {
"path": "pages/login/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "Personal",
"pages": [{
"path": "pages/seting/password",
"style": {
"navigationBarTitleText": "密码重置",
"navigationBarBackgroundColor": "#ffffff"
}
}
]
},
{
"root": "Order",
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "全部订单",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/created/index",
"style": {
"navigationBarTitleText": "创建订单",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/details/index",
"style": {
"navigationBarTitleText": "订单详情",
"navigationBarBackgroundColor": "#ffffff"
}
}
]
},
{
"root": "Enter",
"pages": [{
"path": "pages/send/index",
"style": {
"navigationBarTitleText": "发货录入",
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/receive/index",
"style": {
"navigationBarTitleText": "卸货录入",
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/expenses/index",
"style": {
"navigationBarTitleText": "上传费用",
"navigationBarBackgroundColor": "#ffffff",
"app-plus": {
"softinputMode": "adjustResize"
}
}
}]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"disableScroll": true,
"autoscan": true
}
// "tabBar": {
// "iconWidth": "15rpx",
// "borderStyle":"white",
// "color": "#bbbbbb",//字体颜色
// "selectedColor": "#000000",//选中时字体颜色
// "list": [
// {
// "pagePath": "pages/index/index",
// "iconPath": "static/home.png",
// "selectedIconPath": "static/select-home.png",
// "text": "首页"
// },
// {
// "pagePath": "pages/personal/index",
// "iconPath": "static/Personal.png",
// "selectedIconPath": "static/select-Personal.png",
// "text": "我的"
// }
// ]
// }
}