Files
ruo-shan-cloud-pharmacy/miniprogram/app.json
T
2026-09-01 17:37:58 +08:00

62 lines
1.5 KiB
JSON

{
"pages": [
"pages/tab-bar/medicine-box/index",
"pages/tab-bar/medicine-box/add/index",
"pages/tab-bar/drug-wiki/index",
"pages/tab-bar/education/index",
"pages/tab-bar/profile/index",
"pages/tab-bar/profile/edit/index",
"pages/drug-guide/index",
"pages/login/login",
"pages/live/video/video",
"pages/live/registration/registration",
"pages/live/red-history/red-history",
"pages/live/report/report",
"pages/common/red/red"
],
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/tab-bar/medicine-box/index",
"text": "电子药箱"
},
{
"pagePath": "pages/tab-bar/drug-wiki/index",
"text": "药品百科"
},
{
"pagePath": "pages/tab-bar/education/index",
"text": "惠教中心"
},
{
"pagePath": "pages/tab-bar/profile/index",
"text": "我的"
}
]
},
"window": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"defaultContentBox": true,
"tagNameStyleIsolation": "legacy",
"disableABTest": true,
"sdkVersionBegin": "3.0.0",
"sdkVersionEnd": "15.255.255"
}
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"requiredPrivateInfos": [
"chooseAddress"
],
"useExtendedLib": {
"weui": true
}
}