ykt-wxapp/pages.json

55 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2026-01-19 18:52:18 +08:00
{
"pages": [
{
2026-01-20 10:49:33 +08:00
"path": "pages/message/message",
2026-01-19 18:52:18 +08:00
"style": {
2026-01-20 10:49:33 +08:00
"navigationBarTitleText": "消息"
2026-01-19 18:52:18 +08:00
}
},
{
2026-01-20 10:49:33 +08:00
"path": "pages/case/case",
2026-01-19 18:52:18 +08:00
"style": {
2026-01-20 10:49:33 +08:00
"navigationBarTitleText": "病例"
2026-01-19 18:52:18 +08:00
}
},
{
2026-01-20 10:49:33 +08:00
"path": "pages/work/work",
2026-01-19 18:52:18 +08:00
"style": {
2026-01-20 10:49:33 +08:00
"navigationBarTitleText": "工作台"
2026-01-19 18:52:18 +08:00
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#065bd6",
"backgroundColor": "#065bd6"
},
2026-01-20 10:49:33 +08:00
"tabBar": {
"color": "#666666",
"selectedColor": "#007aff",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/message/message",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_selected.png",
"text": "消息"
},
{
"pagePath": "pages/case/case",
"iconPath": "static/tabbar/cart.png",
"selectedIconPath": "static/tabbar/cart_selected.png",
"text": "病例"
},
{
"pagePath": "pages/work/work",
"iconPath": "static/tabbar/center.png",
"selectedIconPath": "static/tabbar/center_selected.png",
"text": "工作台"
}
]
},
2026-01-19 18:52:18 +08:00
"uniIdRouter": {}
}