74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/scan/index",
|
|
"style": {
|
|
"navigationBarTitleText": "扫码干活",
|
|
"navigationBarBackgroundColor": "#2563EB",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tasks/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的任务",
|
|
"navigationBarBackgroundColor": "#2563EB",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/notify/index",
|
|
"style": {
|
|
"navigationBarTitleText": "消息通知",
|
|
"navigationBarBackgroundColor": "#2563EB",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人中心",
|
|
"navigationBarBackgroundColor": "#2563EB",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "生产流转",
|
|
"navigationBarBackgroundColor": "#2563EB",
|
|
"backgroundColor": "#F3F4F6"
|
|
},
|
|
"tabBar": {
|
|
"color": "#9CA3AF",
|
|
"selectedColor": "#2563EB",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/scan/index",
|
|
"text": "扫码干活"
|
|
},
|
|
{
|
|
"pagePath": "pages/tasks/index",
|
|
"text": "我的任务"
|
|
},
|
|
{
|
|
"pagePath": "pages/notify/index",
|
|
"text": "消息"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/index",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
}
|