17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/appointment/appointment",
|
|
"pages/records/records"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "访客预约",
|
|
"navigationBarBackgroundColor": "#1890ff"
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|