You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.7 KiB
59 lines
1.7 KiB
{
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/user/index",
|
|
"pages/billboards/index",
|
|
"pages/topics/index",
|
|
"pages/billboards/firm/index",
|
|
"pages/billboards/park/index",
|
|
"pages/billboards/policy/index",
|
|
"pages/billboards/policy/policy-list/index",
|
|
"pages/article/index",
|
|
"pages/register/index",
|
|
"pages/user/myActivity/index",
|
|
"pages/user/myFavorite/index",
|
|
"pages/user/myIdea/index",
|
|
"pages/user/myMessage/index",
|
|
"pages/user/myTopics/index",
|
|
"pages/user/myInfo/index",
|
|
"pages/topics/interactive/submitTopic/index"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "市北人才",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#000",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页",
|
|
"iconPath": "/images/tab/home.png",
|
|
"selectedIconPath": "/images/tab/home_highlight.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/billboards/index",
|
|
"text": "宣传栏",
|
|
"iconPath": "/images/tab/billboard.png",
|
|
"selectedIconPath": "/images/tab/billboard_highlight.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/topics/index",
|
|
"text": "议事厅",
|
|
"iconPath": "/images/tab/topics.png",
|
|
"selectedIconPath": "/images/tab/topics_highlight.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"text": "我的",
|
|
"iconPath": "/images/tab/user.png",
|
|
"selectedIconPath": "/images/tab/user_highlight.png"
|
|
}
|
|
]
|
|
},
|
|
"debug": true,
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|