{ "easycom": { "autoscan": true, "custom": { "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^CustomToast$": "@/components/CustomToast.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/indexNew", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": true } }, { "path": "pages/tabbar/my", "style": { "navigationBarTitleText": "个人中心" }, "meta": { "auth": false } }, { "path": "pages/shop/product-type-list", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTitleText": "全部商品" } } ], "tabBar": { "color": "#999999", "selectedColor": "#292C35", "borderStyle": "white", "backgroundColor": "#FFFFFF", "list": [ // { // "pagePath": "pages/index/index-copy", // "text": "%index.home%" // }, { "pagePath": "pages/index/indexNew", "iconPath": "/static/tabbar/home.png", "selectedIconPath": "/static/tabbar/home-select.png", "text": "首页" }, { "pagePath": "pages/shop/product-type-list", "iconPath": "/static/tabbar/shop.png", "selectedIconPath": "/static/tabbar/shop-select.png", "text": "分类" }, { "pagePath": "pages/tabbar/my", "iconPath": "/static/tabbar/my.png", "selectedIconPath": "/static/tabbar/my-select.png", "text": "个人中心" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "subPackages": [{ "root": "packageUser", "pages": [{ "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/register/index", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/collect/index", "style": { "navigationBarTitleText": "收藏" } }, { "path": "pages/level/index", "style": { "navigationBarTitleText": "等级中心" } }, { "path": "pages/team/index", "style": { "navigationBarTitleText": "我的团队" } }, { "path": "pages/user-info/index", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/user-info/account-change", "style": { "navigationBarTitleText": "修改昵称" } }, { "path": "pages/share/index", "style": { "navigationBarTitleText": "邀请" } }, { "path": "pages/user-info/sex-change", "style": { "navigationBarTitleText": "修改性别" } }, { "path": "pages/user-info/birthday-change", "style": { "navigationBarTitleText": "修改生日" } }, { "path": "pages/richtext/index", "style": { "navigationBarTitleText": "协议" } } ] }, { "root": "packageShop", "pages": [{ "path": "pages/cart/index", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/search/index", "style": { "navigationBarTitleText": "搜索" } }, { "path": "pages/search/product-list", "style": { "navigationBarTitleText": "商品列表" } }, { "path": "pages/article/detail", "style": { "navigationBarTitleText": "文章详情" } }, { "path": "pages/detail/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/settle/index", "style": { "navigationBarTitleText": "确认订单" } } ] }, { "root": "packageOrder", "pages": [{ "path": "pages/list/index", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } }, { "path": "pages/list/record", "style": { "navigationBarTitleText": "订单记录", "enablePullDownRefresh": true } }, { "path": "pages/score/index", "style": { "navigationBarTitleText": "商品评价" } }, { "path": "pages/score/product-score", "style": { "navigationBarTitleText": "商品评价" } }, { "path": "pages/detail/index", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/payment/index", "style": { "navigationBarTitleText": "订单支付" } }, { "path": "pages/logistics/index", "style": { "navigationBarTitleText": "物流查询" } }, { "path": "pages/after-sale/index", "style": { "navigationBarTitleText": "售后服务" } } ] } ], "preloadRule": { "pages/index/indexNew": { "network": "all", "packages": ["packageShop"] }, "pages/shop/product-type-list": { "network": "all", "packages": ["packageShop", "packageOrder"] }, "pages/tabbar/my": { "network": "all", "packages": ["packageUser"] } } }