2024-12-27 17:08:36 +08:00
|
|
|
{
|
2025-01-21 12:33:11 +08:00
|
|
|
"pages": [
|
|
|
|
"pages/index/index",
|
|
|
|
"pages/domain/domain",
|
|
|
|
"pages/policy/policy",
|
|
|
|
"pages/invest/invest",
|
|
|
|
"pages/company/company",
|
|
|
|
"pages/garden/garden",
|
|
|
|
"pages/superiority-detail/superiority-detail",
|
|
|
|
"pages/invest-detail/invest-detail",
|
|
|
|
"pages/unique-detail/unique-detail",
|
|
|
|
"pages/plates/plates",
|
|
|
|
"pages/policy-detail/policy-detail",
|
|
|
|
"pages/industry-area/industry-area"
|
|
|
|
],
|
|
|
|
"window": {
|
|
|
|
"navigationBarTextStyle": "black",
|
2025-02-07 16:29:25 +08:00
|
|
|
"navigationBarTitleText": "达拉特旗招商",
|
2025-01-21 12:33:11 +08:00
|
|
|
"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
|
|
|
|
},
|
|
|
|
"usingComponents": {
|
|
|
|
"page-loading": "/components/page-loading/page-loading",
|
2025-02-08 17:25:58 +08:00
|
|
|
"container-loading": "/components/container-loading/container-loading"
|
2025-01-21 12:33:11 +08:00
|
|
|
}
|
2025-01-02 17:31:12 +08:00
|
|
|
}
|