{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
}, {
|
"path": "pages/apply/apply",
|
"style": {
|
"navigationBarTitleText": "我的申请",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "pages/approval/approval",
|
"style": {
|
"navigationBarTitleText": "审批",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/assets/use",
|
"style" :
|
{
|
"navigationBarTitleText": "资产领用",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/assets/borrow",
|
"style" :
|
{
|
"navigationBarTitleText": "资产借用",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/assets/return",
|
"style" :
|
{
|
"navigationBarTitleText": "资产归还",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/assets/repair",
|
"style" :
|
{
|
"navigationBarTitleText": "资产报修",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/assets/scrapped",
|
"style" :
|
{
|
"navigationBarTitleText": "资产报废",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/assets/list",
|
"style" :
|
{
|
"navigationBarTitleText": "资产清单",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/apply/applyInfo",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/assets/Qrcode/Qrcode",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
],
|
"globalStyle": {
|
// "navigationBarTextStyle": "black",
|
// "navigationBarTitleText": "",
|
// "navigationBarBackgroundColor": "#F8F8F8",
|
// "backgroundColor": "#F8F8F8"
|
"navigationStyle":"custom"
|
},
|
"tabBar": {
|
"color": "#7A7E83",
|
"selectedColor": "#1296db",
|
"borderStyle": "black",
|
"backgroundColor": "#F8F8F8",
|
"list": [{
|
"pagePath": "pages/index/index",
|
"iconPath": "static/tabbar/index.png",
|
"selectedIconPath": "static/tabbar/index-active.png",
|
"text": "首页"
|
},
|
{
|
"pagePath": "pages/apply/apply",
|
"iconPath": "static/tabbar/apply.png",
|
"selectedIconPath": "static/tabbar/apply-active.png",
|
"text": "我的申请"
|
}, {
|
"pagePath": "pages/approval/approval",
|
"iconPath": "static/tabbar/approval.png",
|
"selectedIconPath": "static/tabbar/approval-active.png",
|
"text": "审批"
|
}
|
]
|
}
|
}
|