| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- // 主包
- "pages": [
- //首页
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "书嗨",
- "navigationStyle": "custom"
- }
- },
- // 商城
- {
- "path": "pages/mall/index",
- "style": {
- "navigationBarTitleText": "书嗨",
- "enablePullDownRefresh": true // 开启下拉刷新
- }
- },
- // 购物车页
- {
- "path": "pages/mall/shopping-cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": true // 开启下拉刷新
- }
- },
- // 分类页
- {
- "path": "pages/mall/classify",
- "style": {
- "navigationBarTitleText": "分类"
- // "enablePullDownRefresh": true // 开启下拉刷新
- }
- },
- // 我的
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#22ac38",
- "navigationBarTextStyle": "white"
- }
- },
- // 通用搜索页
- {
- "path": "pages/search",
- "style": {
- "navigationBarTitleText": "搜索商品"
- }
- },
- // 搜索结果页
- {
- "path": "pages/search-result",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- // 登录页
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- // 欢迎页,不需要时放在最后
- {
- "path": "pages/start-page"
- }
- ],
- // 副包
- "subPackages": [{
- // 电商副包
- "root": "pages-mall",
- "pages": [
- // 专区页面
- {
- "path": "pages/zone/zone",
- "style": {
- "navigationBarTitleText": "专区",
- "enablePullDownRefresh": true // 开启下拉刷新
- }
- },
- // 商品详情
- {
- "path": "pages/goods/detail",
- "style": {
- "navigationBarTitleText": "商品详情"
- // "enablePullDownRefresh": true // 开启下拉刷新
- }
- },
- // 提交订单
- {
- "path": "pages/order/submit",
- "style": {
- "navigationBarTitleText": "提交订单"
- }
- },
- // 支付页
- {
- "path": "pages/order/pay",
- "style": {
- "navigationBarTitleText": "确认支付"
- }
- },
- // 支付结果页
- {
- "path": "pages/order/pay-result",
- "style": {
- "navigationBarTitleText": "支付成功"
- }
- },
- // 订单列表页
- {
- "path": "pages/order/list",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true // 开启下拉刷新
- }
- },
- // 订单详情页
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- // 售后列表
- {
- "path": "pages/after-sales/list",
- "style": {
- "navigationBarTitleText": "我的售后"
- }
- },
- // 申请售后
- {
- "path": "pages/after-sales/apply",
- "style": {
- "navigationBarTitleText": "申请售后"
- }
- },
- // 售后状态
- {
- "path": "pages/after-sales/apply-status",
- "style": {
- "navigationBarTitleText": "售后详情"
- }
- },
- // 售后状态
- {
- "path": "pages/after-sales/success",
- "style": {
- "navigationBarTitleText": "售后"
- }
- },
- // 退款详情
- {
- "path": "pages/after-sales/back",
- "style": {
- "navigationBarTitleText": "退款详情"
- }
- },
- // 物流详情
- {
- "path": "pages/order/express",
- "style": {
- "navigationBarTitleText": "物流详情"
- }
- }
- ]
- }, {
- // 个人中心副包
- "root": "pages-mine",
- "pages": [
- // 优惠券
- {
- "path": "pages/discounts",
- "style": {
- "navigationBarTitleText": "优惠券"
- }
- },
- // 收获地址
- {
- "path": "pages/address/list",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- },
- // 收获地址新增/修改
- {
- "path": "pages/address/add-or-update",
- "style": {
- "navigationBarTitleText": "地址更新"
- }
- },
- // 我的收藏
- {
- "path": "pages/collection",
- "style": {
- "navigationBarTitleText": "收藏",
- "enablePullDownRefresh": true // 开启下拉刷新
- }
- },
- // 足迹(浏览记录)
- {
- "path": "pages/history",
- "style": {
- "navigationBarTitleText": "足迹"
- }
- },
- // 我的消息
- // {
- // "path": "pages/message"
- // },
- // 个人主页
- // {
- // "path": "pages/mine"
- // },
- // 设置
- {
- "path": "pages/setting",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/feedback",
- "style": {
- "navigationBarTitleText": "投诉/建议"
- }
- }
- ]
- }, {
- "root": "pages-pub",
- "pages": [{
- "path": "richTextPage",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- }]
- }, {
- "root": "pages-home",
- "pages": [{
- "path": "pages/scaned-book",
- "style": {
- "navigationBarTitleText": "扫过的书"
- }
- },
- {
- "path": "pages/book-order",
- "style": {
- "navigationBarTitleText": "卖书订单明细"
- }
- },
- {
- "path": "pages/order-success",
- "style": {
- "navigationBarTitleText": "卖书订单提交成功"
- }
- }
- ]
- }],
- // 分包预载配置
- "preloadRule": {
- },
- // 全局配置
- "globalStyle": {
- // 全局自定义导航栏
- "navigationBarTitleText": "书嗨",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- // "navigationStyle": "custom",
- "backgroundColor": "#fff" //下拉出口背景色
- },
- // tabbar配置
- "tabBar": {
- "color": "#999",
- "selectedColor": "#22ac38",
- "list": [{
- "text": "首页",
- "pagePath": "pages/home/index",
- "iconPath": "/static/tabbar/home.png",
- "selectedIconPath": "/static/tabbar/home2.png"
- }, {
- "text": "分类",
- "pagePath": "pages/mall/classify",
- "iconPath": "/static/tabbar/fenlei.png",
- "selectedIconPath": "/static/tabbar/fenlei2.png"
- }, {
- "text": "购物车",
- "pagePath": "pages/mall/shopping-cart",
- "iconPath": "/static/tabbar/cart.png",
- "selectedIconPath": "/static/tabbar/cart2.png"
- }, {
- "text": "我的",
- "pagePath": "pages/mine/index",
- "iconPath": "/static/tabbar/person.png",
- "selectedIconPath": "/static/tabbar/person2.png"
- }]
- },
- // 启动模式配置
- "condition": {
- }
- }
|