91 lines
1.8 KiB
JSON
91 lines
1.8 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path" : "pages/index/index",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "接单大厅",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/workbench/workbench",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/login",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "登录",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/user",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "我的",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/order/order-info",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "工单详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/order/order-submit",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "提交"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/order/select-time",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "已和客户沟通"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "@navigationBarTextStyle",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
|
|
"backgroundColor": "@backgroundColor"
|
|
},
|
|
"tabBar": {
|
|
"color": "@tabBarColor",
|
|
"selectedColor": "@tabBarSelectedColor",
|
|
"backgroundColor": "@tabBarBackgroundColor",
|
|
"borderStyle": "@tabBarBorderStyle",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "@iconPath1",
|
|
"selectedIconPath": "@selectedIconPath1",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/workbench/workbench",
|
|
"iconPath": "@iconPath2",
|
|
"selectedIconPath": "@selectedIconPath2",
|
|
"text": "工作台"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"iconPath": "@iconPath3",
|
|
"selectedIconPath": "@selectedIconPath3",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|