51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/ai/aichat",
|
|
"pages/escort/itemdetail",
|
|
"pages/escort/itemlist",
|
|
"pages/escort/recordlist",
|
|
"pages/escort/agreement",
|
|
"pages/mine/mine",
|
|
"pages/mine/about",
|
|
"pages/hospital/contact",
|
|
"pages/hospital/ranking",
|
|
"pages/home/webview"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationBarTitleText": "暖橙陪诊",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#2D6A4F",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页",
|
|
"iconPath": "images/home.png",
|
|
"selectedIconPath": "images/home-green.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/ai/aichat",
|
|
"text": "AI客服",
|
|
"iconPath": "images/ai.png",
|
|
"selectedIconPath": "images/ai-green.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "images/mine.png",
|
|
"selectedIconPath": "images/mine-green.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |