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.
82 lines
2.9 KiB
82 lines
2.9 KiB
{
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/user/index",
|
|
"pages/billboards/index",
|
|
"pages/topics/index",
|
|
"pages/billboards/firm/index",
|
|
"pages/billboards/park/index",
|
|
"pages/billboards/park/park-list/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/user/myInfo/register/index",
|
|
"pages/topics/interactive/submitTopic/index",
|
|
"pages/topics/interactive/topicArticle/index",
|
|
"pages/billboards/park/park-category/index",
|
|
"pages/billboards/park/park-detail/index",
|
|
"pages/weChatAuth/index",
|
|
"pages/user/myWhistle/index",
|
|
"pages/user/myWhistle/whistleDetail/index",
|
|
"pages/user/myWhistle/evaluate/index",
|
|
"pages/resource/index",
|
|
"pages/resource/detail/index",
|
|
"pages/resource/navigate/index",
|
|
"pages/topics/loan/index",
|
|
"pages/topics/rent/room/index",
|
|
"pages/topics/rent/detail/index",
|
|
"pages/resource/demand/index",
|
|
"pages/ad/ad",
|
|
"pages/service/detail/detail",
|
|
"pages/service/settle/settle",
|
|
"pages/service/service",
|
|
"pages/service/myService/myService",
|
|
"pages/service/vipCard/vipCard",
|
|
"pages/service/rqCode/rqCode"
|
|
],
|
|
"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"
|
|
}
|