his-weapp/app.json
2026-01-15 15:05:29 +08:00

25 lines
822 B
JSON

{
"pages": ["pages/login/index", "pages/mine/index", "pages/edit-profile/index", "pages/device_status/index", "pages/surgery/index", "pages/surgery/detail/index", "pages/surgery/create/index", "pages/device_maintenance/index", "pages/device_maintenance/create/index", "pages/device_management/index", "pages/device_management_detail/index", "pages/device_subdevices/index"],
"tabBar": {
"list": [
{
"pagePath": "pages/surgery/index",
"text": "手术"
},
{
"pagePath": "pages/device_management/index",
"text": "设备"
},
{
"pagePath": "pages/mine/index",
"text": "我的"
}
]
},
"window": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
},
"lazyCodeLoading": "requiredComponents"
}