27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/about/about",
|
|
"pages/info/info"
|
|
],
|
|
"subpackages": [
|
|
{
|
|
"root": "integral",
|
|
"pages": [
|
|
"pages/home/home"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "",
|
|
"backgroundColor": "#eeeeee",
|
|
"backgroundTextStyle": "light"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"usingComponents": {
|
|
"header": "/components/header/header",
|
|
"van-button": "@vant/weapp/button/index"
|
|
}
|
|
} |