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.
64 lines
1.9 KiB
64 lines
1.9 KiB
{ |
|
"pages":[ |
|
"pages/user/index", |
|
"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", |
|
"pages/user/incomeDetail/index", |
|
"pages/user/profession/index", |
|
|
|
"pages/user/completeData/index", |
|
"pages/user/personalData/index", |
|
"pages/user/industry/index" |
|
], |
|
"window":{ |
|
"backgroundTextStyle":"light", |
|
"navigationBarBackgroundColor": "#fff", |
|
"navigationBarTitleText": "禅易云生态", |
|
"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" |
|
} |
|
] |
|
}, |
|
"style": "v2", |
|
"sitemapLocation": "sitemap.json" |
|
}
|
|
|