115 lines
2.3 KiB
JSON
115 lines
2.3 KiB
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
},{
|
||
"path" : "pages/taskReturn/taskReturn",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "退回原因",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
{
|
||
"path" : "pages/Completedwork/Completedwork",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "已完成工单",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
{
|
||
"path" : "pages/Changepassword/Changepassword",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "修改密码",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
{
|
||
"path" : "pages/Modifyphonenumber/Modifyphonenumber",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "修改手机号",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
|
||
{
|
||
"path": "pages/myinformation/myinformation",
|
||
"style": {
|
||
"navigationBarTitleText": "我的",
|
||
"enablePullDownRefresh": false
|
||
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/ServiceSchedule/ServiceSchedule",
|
||
"style": {
|
||
"navigationBarTitleText": "服务时间表",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#4ac4ab"
|
||
}
|
||
},
|
||
|
||
|
||
|
||
{
|
||
"path": "pages/homepage/homepage",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarTitleText": "工单"
|
||
}
|
||
}
|
||
, {
|
||
"path": "pages/Personalinfo/Personalinfo",
|
||
"style": {
|
||
"navigationBarTitleText": "个人信息",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
|
||
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "",
|
||
"navigationBarBackgroundColor": "#18CBB3",
|
||
"backgroundColor": "#F8F8F8"
|
||
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"color": "#7A7E83",
|
||
"selectedColor": "#435950",
|
||
"borderStyle": "white",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [{
|
||
"pagePath": "pages/homepage/homepage",
|
||
"iconPath": "static/homepage.png",
|
||
"selectedIconPath": "static/homepages.png",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"pagePath": "pages/myinformation/myinformation",
|
||
"iconPath": "static/my.png",
|
||
"selectedIconPath": "static/mys.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
}
|