{ "pages": [ { "path": "pages/index/index", "style": { // "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/empty/index", "style": { "enablePullDownRefresh": true } } ], "subPackages": [ { "root": "components-diy", "pages": [] }, { //******************商品模块分包****************** "root": "pages_goods", "pages": [ { "path": "category", "style": { "disableScroll": true, "navigationBarTitleText": "商品分类", "enablePullDownRefresh": true } }, { "path": "cart", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "购物车" } }, { "path": "detail", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "商品列表" } } ] }, { //******************订单模块-基础功能子分包****************** "root": "pages_order/base", "pages": [ { "path": "payment", "style": { "navigationStyle": "custom" } }, { "path": "list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************订单模块-详情功能子分包****************** "root": "pages_order/detail", "pages": [ { "path": "detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "detail_local_delivery", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "detail_pickup", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, //积分订单详情 { "path": "detail_point", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************积分模块-基础功能子分包****************** "root": "pages_promotion/point/base", "pages": [ { "path": "list", "style": { "navigationStyle": "custom" } }, { "path": "goods_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************积分模块-详情功能子分包****************** "root": "pages_promotion/point/detail", "pages": [ { "path": "detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "payment", "style": { "navigationStyle": "custom" } }, { "path": "order_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "result", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************商户模块分包****************** "root": "pages_promotion/merch", "pages": [ { "path": "merchcategory", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "入驻商户" } }, { "path": "detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "商户首页" } } ] }, { //******************分销核心模块-基础功能子包****************** "root": "pages_promotion/fenxiao/core/base", "pages": [ { "path": "index", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "apply", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "level", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************分销核心模块-推广功能子包****************** "root": "pages_promotion/fenxiao/core/promote", "pages": [ { "path": "promote", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "promote_code", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "goods_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************分销订单模块分包****************** "root": "pages_promotion/fenxiao/order", "pages": [ { "path": "order", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "order_detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************分销提现模块分包****************** "root": "pages_promotion/fenxiao/withdraw", "pages": [ { "path": "withdraw_apply", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "withdraw_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "withdrawal_detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "bill", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************分销关系模块分包****************** "root": "pages_promotion/fenxiao/relation", "pages": [ { "path": "relation", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "team", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "child_fenxiao", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "分销商" } } ] }, { //******************分销统计模块分包****************** "root": "pages_promotion/fenxiao/stat", "pages": [ { "path": "ranking_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "排行榜" } } ] }, { //******************会员模块-基础信息子分包****************** "root": "pages_tool/member/basic", "pages": [ { "path": "index", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "modify_face", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "account", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "account_edit", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "info", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "个人资料" } }, { "path": "info_edit", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************会员模块-地址管理子分包****************** "root": "pages_tool/member/address", "pages": [ { "path": "address", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "address_edit", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************会员模块-资金管理-账户基础子分包****************** "root": "pages_tool/member/finance/account", "pages": [ { "path": "balance", "style": { "navigationStyle": "custom" } }, { "path": "balance_detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "point", "style": { "navigationStyle": "custom" } }, { "path": "point_detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "pay_password", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************会员模块-资金管理-交易功能子分包****************** "root": "pages_tool/member/finance/transaction", "pages": [ { "path": "apply_withdrawal", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "withdrawal", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "withdrawal_detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "card", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "card_buy", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "card_agreement", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************会员模块-会员权益子分包****************** "root": "pages_tool/member/rights", "pages": [ { "path": "level", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "level_growth_rules", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "coupon", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "disableScroll": true } }, { "path": "invite_friends", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************会员模块-其他功能子分包****************** "root": "pages_tool/member/other", "pages": [ { "path": "collection", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "footprint", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "assets", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "cancellation", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "cancelstatus", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "cancelsuccess", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "cancelrefuse", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "contact", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } } ] }, { //******************商品模块子分包****************** "root": "pages_tool/goods", "pages": [ { "path": "coupon", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "coupon_receive", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "evaluate", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "search", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "brand", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "not_exist", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************订单模块子分包****************** "root": "pages_tool/order", "pages": [ { "path": "logistics", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "evaluate", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "refund", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "refund_goods_select", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "refund_type_select", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "refund_batch", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "refund_detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "activist", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "退款" } }, { "path": "detail_virtual", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************协议模块子分包****************** "root": "pages_tool/agreement", "pages": [ { "path": "contenr", "style": { "navigationBarTitleText": "" } } ] }, { //******************文章模块子分包****************** "root": "pages_tool/article", "pages": [ { "path": "list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************案例模块子分包****************** "root": "pages_tool/cases", "pages": [ { "path": "index", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "案例展示" } } ] }, { //******************联系模块子分包****************** "root": "pages_tool/contact", "pages": [ { "path": "contact", "style": { "navigationBarTitleText": "电子名片" } } ] }, { //******************文件模块子分包****************** "root": "pages_tool/files", "pages": [ { "path": "list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "查看文件" } } ] }, { //******************表单模块子分包****************** "root": "pages_tool/form", "pages": [ { "path": "form", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "formdata", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************帮助模块子分包****************** "root": "pages_tool/help", "pages": [ { "path": "list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************首页模块子分包****************** "root": "pages_tool/index", "pages": [ { "path": "diy", "style": { // #ifdef MP-WEIXIN // "navigationStyle": "custom", // #endif "enablePullDownRefresh": true } } ] }, { //******************登录模块子分包****************** "root": "pages_tool/login", "pages": [ { "path": "find", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "login", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "登录" } } ] }, { //******************通知模块子分包****************** "root": "pages_tool/notice", "pages": [ { "path": "list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************支付模块子分包****************** "root": "pages_tool/pay", "pages": [ { "path": "index", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "wx_pay", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "result", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, { "path": "cashier", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************充值模块子分包****************** "root": "pages_tool/recharge", "pages": [ { "path": "list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "scrollEnabled": true // 禁止页面滚动 } }, { "path": "order_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************密封模块子分包****************** "root": "pages_tool/seal", "pages": [ { "path": "structure", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "结构选型" } }, { "path": "medium/search", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "介质材料搜索" } }, { "path": "medium/detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "搜索结果" } } ] }, { //******************店铺关闭模块子分包****************** "root": "pages_tool/storeclose", "pages": [ { "path": "storeclose", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] }, { //******************VR模块子分包****************** "root": "pages_tool/vr", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "" } } ] }, { //******************小程序模块子分包****************** "root": "pages_tool/weapp", "pages": [ { "path": "order_shipping", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "小程序发货" } } ] }, { //******************WebView模块子分包****************** "root": "pages_tool/webview", "pages": [ { "path": "webview", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F7f7f7", "backgroundColorTop": "#f7f7f7", "backgroundColorBottom": "#f7f7f7" }, "tabBar": { // #ifdef H5 "custom": true, // #endif "color": "#333", "selectedColor": "#FF0036", "backgroundColor": "#fff", "borderStyle": "white", "list": [ { "pagePath": "pages/index/index", "text": "" }, { "pagePath": "pages/empty/index", "text": "" } ] }, "easycom": { "autoscan": true, "custom": { "diy-*(\\W.*)": "@/components-diy/diy$1.vue" } }, "preloadRule": {} }