市北人才赋能平台 --小程序端
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.

63 lines
1.8 KiB

6 years ago
{
"pages": [
"pages/home/index",
"pages/user/index",
"pages/billboards/index",
"pages/topics/index",
"pages/billboards/firm/index",
"pages/billboards/park/index",
6 years ago
"pages/billboards/park/park-list/index",
6 years ago
"pages/billboards/policy/index",
6 years ago
"pages/billboards/policy/policy-list/index",
6 years ago
"pages/article/index",
6 years ago
"pages/register/index",
"pages/user/myActivity/index",
"pages/user/myFavorite/index",
"pages/user/myIdea/index",
"pages/user/myMessage/index",
"pages/user/myTopics/index",
6 years ago
"pages/user/myInfo/index",
6 years ago
"pages/topics/interactive/submitTopic/index",
6 years ago
"pages/topics/interactive/topicArticle/index",
"pages/billboards/park/park-category/index",
"pages/billboards/park/park-detail/index"
6 years ago
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "市北人才",
6 years ago
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#000",
"borderStyle": "white",
6 years ago
"list": [
{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "/images/tab/home.png",
"selectedIconPath": "/images/tab/home_highlight.png"
6 years ago
},
{
"pagePath": "pages/billboards/index",
"text": "宣传栏",
"iconPath": "/images/tab/billboard.png",
"selectedIconPath": "/images/tab/billboard_highlight.png"
6 years ago
},
{
"pagePath": "pages/topics/index",
"text": "议事厅",
"iconPath": "/images/tab/topics.png",
"selectedIconPath": "/images/tab/topics_highlight.png"
6 years ago
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "/images/tab/user.png",
"selectedIconPath": "/images/tab/user_highlight.png"
6 years ago
}
]
},
"debug": true,
"sitemapLocation": "sitemap.json"
}