艺易修小程序24.08.21
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.
 
 
 
 

86 lines
1.7 KiB

{
"pages": [{
"path": "pages/repair/repair",
"style": {
"navigationBarTitleText": "申请报修"
}
}, {
"path": "pages/login/repairLogin",
"style": {
"navigationBarTitleText": "维修员登录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/studentLogin",
"style": {
"navigationBarTitleText": "学生登录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/repairList/repairList",
"style": {
"navigationBarTitleText": "我的报修",
"enablePullDownRefresh": false
}
},
{
"path": "pages/reject/reject",
"style": {
"navigationBarTitleText": "驳回"
}
},
{
"path": "pages/finish/finish",
"style": {
"navigationBarTitleText": "结单"
}
},
{
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/login/wxUserInfo",
"style": {
"navigationBarTitleText": "获取用户信息"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的维修单"
}
},
{
"path" : "pages/roam/roam",
"style" :
{
"navigationBarTitleText" : "订单流转"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"backgroundColor": "white",
"selectedColor": "#3c9cff",
"list": [{
"selectedIconPath": "/static/bar/2.png",
"iconPath": "/static/bar/1.png",
"pagePath": "pages/repair/repair",
"text": "报修"
}, {
"selectedIconPath": "/static/bar/4.png",
"iconPath": "/static/bar/3.png",
"pagePath": "pages/center/center",
"text": "用户中心"
}]
},
"uniIdRouter": {}
}