{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/Loading/index", "style": { "navigationBarTitleText": "禅易教育研究院" } }, { "path": "pages/home/index", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/user/index", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/login/index", "style": {} }, { "path": "pages/authorization/index", "style": {} }, { "path": "pages/webview/index", "style": {} }, { "path": "pages/guide/index", "style": {} }, { "path": "pages/demandHall/createProject/index", "style": { "navigationBarTitleText": "发布项目" } }, { "path": "pages/demandHall/needsContact/index", "style": { "navigationBarTitleText": "申请沟通" } }, { "path": "pages/user/needsOrder/index", "style": { "navigationBarTitleText": "我发出的需求", "enablePullDownRefresh": true } }, { "path": "pages/user/resourcesOrder/index", "style": { "navigationBarTitleText": "我收到的需求", "enablePullDownRefresh": true } }, { "path": "pages/user/needsManage/index", "style": { "navigationBarTitleText": "需求管理", "enablePullDownRefresh": true } }, { "path": "pages/user/resourcesManage/index", "style": { "navigationBarTitleText": "资源管理", "enablePullDownRefresh": true } }, { "path": "pages/user/editNeeds/index", "style": { "navigationBarTitleText": "供应/需求编辑" } }, { "path": "pages/demandHall/needsDetail/index", "style": { "navigationBarTitleText": "需求详情", "navigationBarBackgroundColor": "#FF5100", "navigationBarTextStyle": "white" } }, { "path": "pages/demandHall/resourcesDetail/index", "style": { "navigationBarTitleText": "资源详情" } }, { "path": "pages/demandHall/companyDetail/index", "style": { "navigationBarTitleText": "企业首页" } }, { "path": "pages/demandHall/resourcesContact/index", "style": { "navigationBarTitleText": "申请沟通" } }, { "path": "pages/demandHall/applyDetail/index", "style": { "navigationBarTitleText": "申请详情", "navigationBarBackgroundColor": "#FF5100", "navigationBarTextStyle": "white", "enablePullDownRefresh": true, "backgroundColor": "#FF5100" } }, { "path": "pages/demandHall/platform/index", "style": { "navigationBarTitleText": "平台介入" } }, { "path": "pages/demandHall/index", "style": { "navigationBarTitleText": "供需大厅", "enablePullDownRefresh": true } }, { "path": "pages/release/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/release/personAuth/index", "style": { "navigationBarTitleText": "个人认证" } }, { "path": "pages/release/companyAuth/index", "style": { "navigationBarTitleText": "企业认证" } }, { "path": "pages/release/perfectPersonInfo/index", "style": { "navigationBarTitleText": "完善个人信息" } }, { "path": "pages/release/perfectCompanyInfo/index", "style": { "navigationBarTitleText": "完善企业信息" } }, { "path": "pages/life/index", "style": {} }, { "path": "pages/life/shippingTemplates/index", "style": {} }, { "path": "pages/life/addGoods/index", "style": {} }, { "path": "pages/user/mine/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/agreement/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/incomeDetail/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/profession/index", "style": {} }, { "path": "pages/user/completeData/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/personalData/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/activity/index", "style": { "navigationBarTitleText": "" } }, { "path": "pages/activity/detail/index", "style": { "navigationBarTitleText": "活动详情" } }, { "path": "pages/activity/describe/index", "style": { "navigationBarTitleText": "活动详情" } }, { "path": "pages/activity/signIn/index", "style": { "navigationBarTitleText": "报名信息填写", "navigationBarBackgroundColor": "#EBB672", "navigationBarTextStyle": "white" } }, { "path": "pages/activity/signIn/confirm/index", "style": { "navigationBarTitleText": "信息确认", "navigationBarBackgroundColor": "#EBB672", "navigationBarTextStyle": "white" } }, { "path": "pages/activity/signIn/paymentSuccess/index", "style": { "navigationBarTitleText": "支付", "navigationBarBackgroundColor": "#EBB672", "navigationBarTextStyle": "white" } }, { "path": "pages/shop/GoodSearch/index", "style": { "navigationBarTitleText": "搜索商品" } }, { "path": "pages/shop/GoodsClass/index", "style": { "navigationBarTitleText": "商城" } }, { "path": "pages/shop/ShoppingCart/index", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/shop/GoodsCon/index", "style": { "navigationBarTitleText": "商品详情" } } ], "tabBar": { "backgroundColor": "#ffffff", "color": "#D4D4D4", "selectedColor": "#FF6F34", "list": [ { "pagePath": "pages/home/index", "text": "首页", "iconPath": "/static/tabbarComponent/icon/home.png", "selectedIconPath": "/static/tabbarComponent/icon/home-a.png" }, { "pagePath": "pages/demandHall/index", "text": "供需大厅", "iconPath": "/static/tabbarComponent/icon/tab2.png", "selectedIconPath": "/static/tabbarComponent/icon/tab2-a.png" }, { "pagePath": "pages/life/index", "text": "生活", "iconPath": "/static/tabbarComponent/icon/tab3.png", "selectedIconPath": "/static/tabbarComponent/icon/tab3-a.png" }, { "pagePath": "pages/user/index", "text": "我的", "iconPath": "/static/tabbarComponent/icon/tab4.png", "selectedIconPath": "/static/tabbarComponent/icon/tab4-a.png" } ] }, "style": "v2", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "sitemapLocation": "sitemap.json", "globalStyle": { "backgroundTextStyle": "dark", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "禅易云生态", "navigationBarTextStyle": "black" }, "subPackages": [] }