Files
wxapp_escort_admin/app.json
T
2026-09-03 13:29:39 +08:00

56 lines
1.4 KiB
JSON

{
"pages": [
"pages/home/index",
"pages/ai/index",
"pages/set/index",
"pages/order/index",
"pages/customer/index",
"pages/order/orderDetail",
"pages/order/orderEdit",
"pages/healthprofile/index",
"pages/healthprofile/profileInfo",
"pages/me/index"
],
"usingComponents": {
"t-toast": "tdesign-miniprogram/toast/toast"
},
"lazyCodeLoading": "requiredComponents",
"subpackages": [],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black",
"backgroundColor": "#0f1535"
},
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#1a8a63",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-green.png"
},
{
"pagePath": "pages/ai/index",
"text": "AI",
"iconPath": "images/chat.png",
"selectedIconPath": "images/chat-green.png"
},
{
"pagePath": "pages/set/index",
"text": "设置",
"iconPath": "images/set.png",
"selectedIconPath": "images/set-green.png"
}
]
},
"resolveAlias": {
"~/*": "/*"
},
"sitemapLocation": "sitemap.json"
}