You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
799 B
JSON
38 lines
799 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/production/production",
|
|
"pages/energy/energy",
|
|
"pages/energyInfo/energyInfo",
|
|
"pages/my/my"
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index"
|
|
},
|
|
{
|
|
"pagePath": "pages/energy/energy"
|
|
},
|
|
{
|
|
"pagePath": "pages/energyInfo/energyInfo"
|
|
},
|
|
{
|
|
"pagePath": "pages/production/production"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my"
|
|
}
|
|
]
|
|
},
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |