gov_propagandize/app.json

49 lines
1.5 KiB
JSON
Raw Normal View History

2024-12-27 17:08:36 +08:00
{
2025-01-02 17:31:12 +08:00
"pages": [
2025-01-17 18:01:48 +08:00
"pages/index/index",
"pages/domain/domain",
"pages/policy/policy",
"pages/invest/invest",
"pages/company/company",
"pages/garden/garden"
2025-01-02 17:31:12 +08:00
],
"window": {
"navigationBarTextStyle": "black",
2025-01-17 18:01:48 +08:00
"navigationBarTitleText": "达拉特招商",
2025-01-02 17:31:12 +08:00
"navigationBarBackgroundColor": "#ffffff"
},
2025-01-17 18:01:48 +08:00
"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": "政策"
}
]
},
2025-01-02 17:31:12 +08:00
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"useExtendedLib": {
"weui": true
2025-01-18 17:57:49 +08:00
},
"usingComponents": {
"page-loading": "/components/page-loading/page-loading"
2025-01-02 17:31:12 +08:00
}
}