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.

81 lines
2.4 KiB

3 years ago
{
"pages":[
3 years ago
"pages/index/index",
3 years ago
"pages/user/index",
3 years ago
"pages/login/index",
"pages/webview/index",
"pages/demandHall/createProject/index",
"pages/demandHall/needsContact/index",
"pages/user/needsOrder/index",
"pages/user/resourcesOrder/index",
"pages/user/needsManage/index",
"pages/user/resourcesManage/index",
"pages/user/editNeeds/index",
3 years ago
"pages/demandHall/needsDetail/index",
"pages/demandHall/resourcesDetail/index",
"pages/demandHall/companyDetail/index",
3 years ago
"pages/demandHall/resourcesContact/index",
"pages/demandHall/applyDetail/index",
"pages/demandHall/platform/index",
3 years ago
"pages/demandHall/index",
"pages/release/index",
"pages/release/personAuth/index",
"pages/release/companyAuth/index",
"pages/release/perfectPersonInfo/index",
"pages/release/perfectCompanyInfo/index",
3 years ago
3 years ago
"pages/life/index",
"pages/user/mine/index",
"pages/user/agreement/index",
3 years ago
"pages/user/incomeDetail/index",
"pages/user/profession/index",
"pages/user/completeData/index",
"pages/user/personalData/index",
"pages/user/industry/index"
],
"window":{
"backgroundTextStyle":"light",
3 years ago
"navigationBarBackgroundColor": "#fff",
3 years ago
"navigationBarTitleText": "禅易云生态",
3 years ago
"navigationBarTextStyle":"black"
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#D4D4D4",
"selectedColor": "#FF6F34",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
3 years ago
"iconPath": "tabbarComponent/icon/home.png",
"selectedIconPath": "tabbarComponent/icon/home-a.png"
3 years ago
},
{
"pagePath": "pages/demandHall/index",
"text": "供需大厅",
3 years ago
"iconPath": "tabbarComponent/icon/tab2.png",
"selectedIconPath": "tabbarComponent/icon/tab2-a.png"
3 years ago
},
{
"pagePath": "pages/life/index",
"text": "生活",
3 years ago
"iconPath": "tabbarComponent/icon/tab3.png",
"selectedIconPath": "tabbarComponent/icon/tab3-a.png"
3 years ago
},
{
"pagePath": "pages/user/index",
"text": "我的",
3 years ago
"iconPath": "tabbarComponent/icon/tab4.png",
"selectedIconPath": "tabbarComponent/icon/tab4-a.png"
3 years ago
}
]
3 years ago
},
"style": "v2",
3 years ago
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
3 years ago
"sitemapLocation": "sitemap.json"
}