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.

65 lines
1.9 KiB

3 years ago
{
"pages":[
"pages/user/index",
3 years ago
"pages/demandHall/needsDetail/index",
"pages/demandHall/resourcesDetail/index",
"pages/demandHall/companyDetail/index",
"pages/demandHall/index",
"pages/release/index",
"pages/release/personAuth/index",
"pages/release/companyAuth/index",
"pages/release/perfectPersonInfo/index",
"pages/release/perfectCompanyInfo/index",
"pages/index/index",
"pages/life/index",
"pages/user/mine/index",
"pages/user/agreement/index",
3 years ago
"pages/user/incomeDetail/index",
"pages/user/profession/index",
3 years ago
3 years ago
"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": "首页",
"iconPath": "tabbarComponent/icon/icon_home.png",
"selectedIconPath": "tabbarComponent/icon/icon_home_HL.png"
},
{
"pagePath": "pages/demandHall/index",
"text": "供需大厅",
"iconPath": "tabbarComponent/icon/icon_home.png",
"selectedIconPath": "tabbarComponent/icon/icon_home_HL.png"
},
{
"pagePath": "pages/life/index",
"text": "生活",
"iconPath": "tabbarComponent/icon/icon_mine.png",
"selectedIconPath": "tabbarComponent/icon/icon_mine_HL.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "tabbarComponent/icon/icon_mine.png",
"selectedIconPath": "tabbarComponent/icon/icon_mine_HL.png"
}
]
3 years ago
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}