{ "easycom": { "custom": { "u-city-select": "@/components/u-city-select/u-city-select.vue", "geek-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue", "gx-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue", "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue", "qiun-(.*)": "@/components/qiun-data-charts/components/qiun-$1/qiun-$1.vue", "up-grid": "uview-plus/components/u-grid/u-grid", "up-grid-item": "uview-plus/components/u-grid-item/u-grid-item" } }, "pages": [ { "path": "pages/index", "style": { "navigationBarTitleText": "乐融融" // "navigationStyle": "custom" } }, { "path": "pages/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/UserSelection", "style": { "navigationBarTitleText": "用户选择" } }, { "path": "pages/work", "style": { "navigationBarTitleText": "工作台" } }, { "path": "pages/classify", "style": { "navigationBarTitleText": "分类" } }, { "path": "pages/mine", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/common/webview/index", "style": { "navigationBarTitleText": "浏览网页" } }, { "path": "pages/common/textview/index", "style": { "navigationBarTitleText": "浏览文本" } }, { "path": "pages/goodsDetails/goodsDetails", "style": { "navigationBarTitleText": "详情" } } ], "subPackages": [ { "root": "pages_home/pages", "pages": [ { "path": "client/details", "style": { "navigationBarTitleText": "孩子陪护" } }, { "path": "register/index", "style": { "navigationBarTitleText": "注册" } }, { "path": "details/index", "style": { "navigationBarTitleText": "注册详情" } } ] }, { "root": "pages_orderuser/pages", "pages": [ { "path": "order/orderdetails", "style": { "navigationBarTitleText": "消息" } }, { "path": "talk/pages/index/index", "style": { "navigationBarTitleText": "消息" } } ] }, { "root": "pages_mine/pages", "pages": [ { "path": "wallet/index", "style": { "navigationBarTitleText": "钱包" } }, { "path": "bad/index", "style": { "navigationBarTitleText": "差评申述" } }, { "path": "withdrawal/index", "style": { "navigationBarTitleText": "提现" } }, { "path": "income/index", "style": { "navigationBarTitleText": "收入明细" } }, { "path": "addBankCard/index", "style": { "navigationBarTitleText": "添加银行卡" } }, { "path": "bankCardDetails/index", "style": { "navigationBarTitleText": "银行卡详情" } }, { "path": "appeal/index", "style": { "navigationBarTitleText": "银行卡详情" } }, // { // "path": "serviceInforMation/index", // "style": { // "navigationBarTitleText": "设置" // } // }, { "path": "setupUser/index", "style": { "navigationBarTitleText": "设置" } }, { "path": "setupUser/Address", "style": { "navigationBarTitleText": "设置" } } ] }, { "root": "pages_template/pages", "pages": [ { "path": "wxCenter/index", "style": { "navigationBarTitleText": "wxCenter 仿微信个人中心", "navigationStyle": "custom" } }, { "path": "keyboardPay/index", "style": { "navigationBarTitleText": "keyboardPay 自定义键盘支付" } }, { "path": "mallMenu/index2", "style": { "navigationBarTitleText": "mallMenu-商城分类" } }, { "path": "mallMenu/index1", "style": { "navigationBarTitleText": "mallMenu-商城分类" } }, { "path": "coupon/index", "style": { "navigationBarTitleText": "coupon-优惠券" } }, { "path": "login/index1", "style": { "navigationBarTitleText": "美团登录" } }, { "path": "login/index2", "style": { "navigationBarTitleText": "水滴登录" } }, { "path": "citySelect/index", "style": { "navigationBarTitleText": "城市选择" } }, { "path": "submitBar/index", "style": { "navigationBarTitleText": "提交订单栏" } }, { "path": "comment/index", "style": { "navigationBarTitleText": "评论" } }, { "path": "comment/reply", "style": { "navigationBarTitleText": "评论详情" } }, { "path": "order/index", "style": { "navigationBarTitleText": "订单" } }, { "path": "login/code", "style": { "navigationBarTitleText": "登录获取验证码" } }, { "path": "address/index", "style": { "navigationBarTitleText": "用户地址" } }, { "path": "address/addSite", "style": { "navigationBarTitleText": "添加用户地址" } } ] }, { "root": "pages_classify/pages", "pages": [ { "path": "handle/index", "style": { "navigationBarTitleText": "订单处理" } }, { "path": "order/index", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "orderItem/orderdetails", "style": { "navigationBarTitleText": "详情" } } ] }, { "root": "pages_qiun/pages", "pages": [ { "path": "sport/index", "style": { "pageOrientation": "auto" } }, { "path": "school/index", "style": { "pageOrientation": "auto" } }, { "path": "finance/index", "style": { "pageOrientation": "auto" } }, { "path": "main/index", "style": { "pageOrientation": "auto" } } ] }, { "root": "pages_geek/pages", "pages": [ { "path": "index/index" }, { "path": "code/index" } ] } ], "tabBar": { "color": "#000000", "selectedColor": "#000000", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index", "iconPath": "static/images/tabbar/home.png", "selectedIconPath": "static/images/tabbar/home_.png", "text": "首页" }, { "pagePath": "pages/classify", "iconPath": "static/images/tabbar/work.png", "selectedIconPath": "static/images/tabbar/work_.png", "text": "订单" }, { "pagePath": "pages/mine", "iconPath": "static/images/tabbar/mine.png", "selectedIconPath": "static/images/tabbar/mine_.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "RuoYi", "navigationBarBackgroundColor": "#FFFFFF" } }