43 lines
952 B
JSON
43 lines
952 B
JSON
{
|
|
"pages": [
|
|
"pages/shouye/shouye",
|
|
"pages/renwu/task",
|
|
"pages/jiankang/health",
|
|
"pages/mine/mine",
|
|
"pages/index/index",
|
|
"pages/logs/logs"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#e6f7ff",
|
|
"navigationBarTitleText": "护理主管系统",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"color": "#666",
|
|
"selectedColor": "#1890ff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/shouye/shouye",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/renwu/task",
|
|
"text": "任务"
|
|
},
|
|
{
|
|
"pagePath": "pages/jiankang/health",
|
|
"text": "健康"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |