dykj-outsource-12123/pages.json

78 lines
1.6 KiB
JSON
Raw Normal View History

2024-06-25 18:39:10 +08:00
{
"pages": [
2024-06-25 18:39:10 +08:00
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/components/drivingLicence",
2024-06-25 18:39:10 +08:00
"style": {
"navigationStyle": "custom"
}
},
2024-06-26 15:01:22 +08:00
{
"path": "pages/index/components/businessCenter",
"style": {
"navigationStyle": "custom"
}
},
2024-06-26 14:46:13 +08:00
{
"path": "pages/schedule/index",
"style": {
"navigationBarBackgroundColor": "#2c66a9",
"navigationBarTitleText": "网办进度",
"navigationBarTextStyle": "white"
}
},
2024-06-25 18:39:10 +08:00
{
"path": "pages/serve/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/my/index",
"style": {
2024-06-26 09:12:03 +08:00
"navigationBarBackgroundColor": "#2c66a9",
"navigationBarTitleText": "我的",
"navigationBarTextStyle": "white"
2024-06-25 18:39:10 +08:00
}
2024-06-26 14:46:13 +08:00
},
{
"path": "pages/my/components/install/index",
"style": {
"navigationStyle": "custom"
}
2024-06-25 18:39:10 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "12123",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"list": [
{
2024-06-25 18:39:10 +08:00
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/schedule/index",
"text": "网办进度"
},
{
"pagePath": "pages/serve/index",
"text": "服务网点"
},
{
"pagePath": "pages/my/index",
"text": "我的"
}
]
}
}