doctor-mini/app.json
@zuopngfei 4d02e461c5 dsds
2025-07-18 17:55:47 +08:00

61 lines
1.2 KiB
JSON

{
"pages": ["pages/patients/index", "pages/my/index"],
"lazyCodeLoading": "requiredComponents",
"usingComponents": {
"t-toast": "tdesign-miniprogram/toast/toast"
},
"subpackages": [
{
"root": "pages/login",
"name": "login",
"pages": ["login"]
},
{
"root": "pages/home",
"name": "home",
"pages": ["index"]
},
{
"root": "pages/followUp",
"name": "followUp",
"pages": ["index"]
}
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#888888",
"selectedColor": "#005BA2",
"list": [
{
"iconPath": "assets/images/home/home.png",
"selectedIconPath": "assets/images/home/homeAct.png",
"pagePath": "pages/patients/index",
"text": "患者管理"
},
{
"iconPath": "assets/images/home/my.png",
"selectedIconPath": "assets/images/home/myAct.png",
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"resolveAlias": {
"~/*": "/*"
},
"sitemapLocation": "sitemap.json"
}