44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/home/home",
|
|
"pages/personal/personal",
|
|
"pages/policy/policy",
|
|
"pages/qa/qa",
|
|
"pages/assist/assist",
|
|
"pages/recruit/recruit",
|
|
"pages/messageEdit/messageEdit"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarTitleText": "万名群众进城镇",
|
|
"navigationBarBackgroundColor": "#2b4b6b"
|
|
},
|
|
"tabBar": {
|
|
"list": [{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页",
|
|
"iconPath": "/assets/images/icon/home-off.png",
|
|
"selectedIconPath": "/assets/images/icon/home-on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/personal/personal",
|
|
"text": "个人",
|
|
"iconPath": "/assets/images/icon/personal-off.png",
|
|
"selectedIconPath": "/assets/images/icon/personal-on.png"
|
|
}]
|
|
},
|
|
"style": "v2",
|
|
"rendererOptions": {
|
|
"skyline": {
|
|
"defaultDisplayBlock": true,
|
|
"disableABTest": true,
|
|
"sdkVersionBegin": "3.0.0",
|
|
"sdkVersionEnd": "15.255.255"
|
|
}
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|