36 lines
687 B
JSON
36 lines
687 B
JSON
{
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/login/index"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "packages/demo",
|
|
"pages": [
|
|
"pages/workbench/index"
|
|
]
|
|
}
|
|
],
|
|
"preloadRule": {
|
|
"pages/home/index": {
|
|
"network": "all",
|
|
"packages": [
|
|
"packages/demo"
|
|
]
|
|
}
|
|
},
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "玄志",
|
|
"navigationBarBackgroundColor": "#f5f7fa",
|
|
"backgroundColor": "#f5f7fa"
|
|
},
|
|
"networkTimeout": {
|
|
"request": 10000
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|