|
|
|
@ -8,6 +8,15 @@
|
|
|
|
"backgroundColorTop": "#fff"
|
|
|
|
"backgroundColorTop": "#fff"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"path": "pages/home/order",
|
|
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
|
|
"navigationBarTitleText": "关注的发单号",
|
|
|
|
|
|
|
|
"backgroundColor": "#ededed",
|
|
|
|
|
|
|
|
"backgroundColorTop": "#ededed",
|
|
|
|
|
|
|
|
"backgroundColorBottom": "#ededed"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"path": "pages/message/index",
|
|
|
|
"path": "pages/message/index",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
@ -31,9 +40,33 @@
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "我的"
|
|
|
|
"navigationBarTitleText": "我的"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"path": "pages/addJob/index",
|
|
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
|
|
"navigationBarTitleText": "大鹏Beta",
|
|
|
|
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
|
|
|
"backgroundColorTop": "#ffffff",
|
|
|
|
|
|
|
|
"backgroundColorBottom": "#ffffff",
|
|
|
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"subPackages": [
|
|
|
|
"subPackages": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"root": "root/chat",
|
|
|
|
|
|
|
|
"pages": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"path": "index",
|
|
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
|
|
"backgroundColor": "#ededed",
|
|
|
|
|
|
|
|
"backgroundColorTop": "#ededed",
|
|
|
|
|
|
|
|
"backgroundColorBottom": "#ededed",
|
|
|
|
|
|
|
|
"navigationBarTitleText": "大鹏Beta"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
{ // 首页
|
|
|
|
{ // 首页
|
|
|
|
"root": "root/home",
|
|
|
|
"root": "root/home",
|
|
|
|
"pages": [
|
|
|
|
"pages": [
|
|
|
|
@ -631,17 +664,29 @@
|
|
|
|
"selectedIconPath": "static/image/home-active.png",
|
|
|
|
"selectedIconPath": "static/image/home-active.png",
|
|
|
|
"text": "首页"
|
|
|
|
"text": "首页"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"pagePath": "pages/home/order",
|
|
|
|
|
|
|
|
"iconPath": "static/image/apply.png",
|
|
|
|
|
|
|
|
"selectedIconPath": "static/image/apply-active.png",
|
|
|
|
|
|
|
|
"text": "发单号"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"iconPath": "static/image/message.png",
|
|
|
|
|
|
|
|
"selectedIconPath": "static/image/message_active.png",
|
|
|
|
|
|
|
|
"pagePath": "pages/message/index",
|
|
|
|
|
|
|
|
"text": "消息"
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"pagePath": "pages/workBench/index",
|
|
|
|
"pagePath": "pages/workBench/index",
|
|
|
|
"iconPath": "static/image/apply.png",
|
|
|
|
"iconPath": "static/image/apply.png",
|
|
|
|
"selectedIconPath": "static/image/apply-active.png",
|
|
|
|
"selectedIconPath": "static/image/apply-active.png",
|
|
|
|
"text": "工单"
|
|
|
|
"text": "工单"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// { ai
|
|
|
|
// "iconPath": "static/image/message.png",
|
|
|
|
// "iconPath": "static/image/home.png",
|
|
|
|
// "selectedIconPath": "static/image/message_active.png",
|
|
|
|
// "selectedIconPath": "static/image/home.png",
|
|
|
|
// "pagePath": "pages/message/index",
|
|
|
|
// "pagePath": "pages/addJob/index",
|
|
|
|
// "text": "消息"
|
|
|
|
// "text": ""
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"pagePath": "pages/person/index",
|
|
|
|
"pagePath": "pages/person/index",
|
|
|
|
|