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.
80 lines
2.4 KiB
80 lines
2.4 KiB
{ |
|
"pages":[ |
|
"pages/index/index", |
|
"pages/user/index", |
|
"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", |
|
"pages/demandHall/needsDetail/index", |
|
"pages/demandHall/resourcesDetail/index", |
|
"pages/demandHall/companyDetail/index", |
|
"pages/demandHall/resourcesContact/index", |
|
"pages/demandHall/applyDetail/index", |
|
"pages/demandHall/platform/index", |
|
"pages/demandHall/index", |
|
"pages/release/index", |
|
"pages/release/personAuth/index", |
|
"pages/release/companyAuth/index", |
|
"pages/release/perfectPersonInfo/index", |
|
"pages/release/perfectCompanyInfo/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/home.png", |
|
"selectedIconPath": "tabbarComponent/icon/home-a.png" |
|
}, |
|
{ |
|
"pagePath": "pages/demandHall/index", |
|
"text": "供需大厅", |
|
"iconPath": "tabbarComponent/icon/tab2.png", |
|
"selectedIconPath": "tabbarComponent/icon/tab2-a.png" |
|
}, |
|
{ |
|
"pagePath": "pages/life/index", |
|
"text": "生活", |
|
"iconPath": "tabbarComponent/icon/tab3.png", |
|
"selectedIconPath": "tabbarComponent/icon/tab3-a.png" |
|
}, |
|
{ |
|
"pagePath": "pages/user/index", |
|
"text": "我的", |
|
"iconPath": "tabbarComponent/icon/tab4.png", |
|
"selectedIconPath": "tabbarComponent/icon/tab4-a.png" |
|
} |
|
] |
|
}, |
|
"style": "v2", |
|
"permission": { |
|
"scope.userLocation": { |
|
"desc": "你的位置信息将用于小程序位置接口的效果展示" |
|
} |
|
}, |
|
"sitemapLocation": "sitemap.json" |
|
}
|
|
|