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.
96 lines
3.0 KiB
96 lines
3.0 KiB
3 years ago
|
{
|
||
3 years ago
|
"pages": [
|
||
|
"pages/Loading/index",
|
||
|
"pages/home/index",
|
||
3 years ago
|
"pages/user/index",
|
||
3 years ago
|
"pages/login/index",
|
||
3 years ago
|
"pages/authorization/index",
|
||
3 years ago
|
"pages/webview/index",
|
||
3 years ago
|
"pages/guide/index",
|
||
3 years ago
|
"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
|
"pages/life/index",
|
||
|
"pages/life/shippingTemplates/index",
|
||
|
"pages/life/addGoods/index",
|
||
3 years ago
|
"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",
|
||
3 years ago
|
"pages/activity/index",
|
||
|
"pages/activity/detail/index",
|
||
|
"pages/activity/describe/index",
|
||
|
"pages/activity/signIn/index",
|
||
|
"pages/activity/signIn/confirm/index",
|
||
|
"pages/activity/signIn/paymentSuccess/index",
|
||
3 years ago
|
"pages/shop/GoodSearch/index",
|
||
|
"pages/shop/GoodsClass/index",
|
||
|
"pages/shop/ShoppingCart/index",
|
||
|
"pages/shop/GoodsCon/index"
|
||
3 years ago
|
],
|
||
3 years ago
|
"subPackages": [],
|
||
|
"window": {
|
||
|
"backgroundTextStyle": "dark",
|
||
3 years ago
|
"navigationBarBackgroundColor": "#fff",
|
||
3 years ago
|
"navigationBarTitleText": "禅易云生态",
|
||
3 years ago
|
"navigationBarTextStyle": "black"
|
||
3 years ago
|
},
|
||
|
"tabBar": {
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"color": "#D4D4D4",
|
||
|
"selectedColor": "#FF6F34",
|
||
|
"list": [
|
||
|
{
|
||
3 years ago
|
"pagePath": "pages/home/index",
|
||
3 years ago
|
"text": "首页",
|
||
3 years ago
|
"iconPath": "/static/tabbarComponent/icon/home.png",
|
||
|
"selectedIconPath": "/static/tabbarComponent/icon/home-a.png"
|
||
3 years ago
|
},
|
||
|
{
|
||
|
"pagePath": "pages/demandHall/index",
|
||
|
"text": "供需大厅",
|
||
3 years ago
|
"iconPath": "/static/tabbarComponent/icon/tab2.png",
|
||
|
"selectedIconPath": "/static/tabbarComponent/icon/tab2-a.png"
|
||
3 years ago
|
},
|
||
|
{
|
||
|
"pagePath": "pages/life/index",
|
||
|
"text": "生活",
|
||
3 years ago
|
"iconPath": "/static/tabbarComponent/icon/tab3.png",
|
||
|
"selectedIconPath": "/static/tabbarComponent/icon/tab3-a.png"
|
||
3 years ago
|
},
|
||
|
{
|
||
|
"pagePath": "pages/user/index",
|
||
|
"text": "我的",
|
||
3 years ago
|
"iconPath": "/static/tabbarComponent/icon/tab4.png",
|
||
|
"selectedIconPath": "/static/tabbarComponent/icon/tab4-a.png"
|
||
3 years ago
|
}
|
||
|
]
|
||
3 years ago
|
},
|
||
3 years ago
|
"permission": {
|
||
|
"scope.userLocation": {
|
||
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
||
|
}
|
||
|
},
|
||
3 years ago
|
"plugins": {},
|
||
|
"usingComponents": {
|
||
|
"cu-custom": "/components/colorui/components/cu-custom"
|
||
|
}
|
||
|
}
|