gov_propagandize/app.json
itgaojian163 c8bbac8c0f 页面
2025-01-17 18:01:48 +08:00

46 lines
1.4 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/domain/domain",
"pages/policy/policy",
"pages/invest/invest",
"pages/company/company",
"pages/garden/garden"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "达拉特招商",
"navigationBarBackgroundColor": "#ffffff"
},
"tabBar": {
"color": "#797979",
"selectedColor": "#28804F",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"selectedIconPath": "/imgs/ic_bottom_index_sel.png",
"iconPath": "/imgs/ic_bottom_index_normal.png",
"text": "首页"
},
{
"pagePath": "pages/domain/domain",
"selectedIconPath": "/imgs/ic_bottom_domain_sel.png",
"iconPath": "/imgs/ic_bottom_domain_normal.png",
"text": "产业"
},
{
"pagePath": "pages/policy/policy",
"selectedIconPath": "/imgs/ic_bottom_policy_sel.png",
"iconPath": "/imgs/ic_bottom_policy_normal.png",
"text": "政策"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"useExtendedLib": {
"weui": true
}
}