{
  "easycom": {
    "autoscan": true,
    "custom": {
      "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
      "^yi-(.*)": "@/components/yi-$1/yi-$1.vue" // 匹配components目录内的vue文件
    }
  },
  "pages": [
    //pages数组中第一项表示应用启动页，参考：https://uniapp.dcloud.io/collocation/pages
    {
      "path": "demo/pages/index/index",
      "style": {
        "navigationBarTitleText": "uni-app",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "demo/pages/about/index",
      "style": {
        "navigationBarTitleText": "about"
      }
    },
    {
      "path": "demo/pages/register/register",
      "style": {
        "navigationBarTitleText": "注册",
        "enablePullDownRefresh": true
      }
    },
    {
      "path": "demo/pages/list/mescroll-body-list",
      "style": {
        "navigationBarTitleText": "mescroll-body局部滚动"
      }
    },
    {
      "path": "demo/pages/list/mescroll-uni-list",
      "style": {
        "navigationBarTitleText": "mescroll-uni局部滚动"
      }
    }
  ],
  "subPackages": [
    {
      "root": "demo/packageMall",
      "pages": [
        {
          "path": "goodsList",
          "style": {
            "navigationBarTitleText": "商品列表"
          }
        },
        {
          "path": "goods",
          "style": {
            "navigationBarTitleText": "商品详情"
          }
        },
        {
          "path": "newOrder",
          "style": {
            "navigationBarTitleText": "新建订单"
          }
        },
        {
          "path": "orderPay",
          "style": {
            "navigationBarTitleText": "订单支付"
          }
        },
        {
          "path": "orderPaySuccess",
          "style": {
            "navigationBarTitleText": "支付成功"
          }
        },
        {
          "path": "cart",
          "style": {
            "navigationBarTitleText": "购物车"
          }
        },
        {
          "path": "categoryList",
          "style": {
            "navigationBarTitleText": "分类"
          }
        },
        {
          "path": "brandList",
          "style": {
            "navigationBarTitleText": "商品品牌列表"
          }
        },
        {
          "path": "couponList",
          "style": {
            "navigationBarTitleText": "优惠券列表"
          }
        },
        {
          "path": "activity",
          "style": {
            "navigationBarTitleText": "活动详情"
          }
        },
        {
          "path": "goodsWaterfall",
          "style": {
            "navigationBarTitleText": "商品瀑布流",
            "enablePullDownRefresh": true
          }
        },
        {
          "path": "pickList",
          "style": {
            "navigationBarTitleText": "门店列表",
            "enablePullDownRefresh": true
          }
        }
      ]
    },
    {
      "root": "demo/packageEditor",
      "pages": [
        {
          "path": "post-list",
          "style": {
            "navigationBarTitleText": "文章列表"
          }
        },
        {
          "path": "preview-post",
          "style": {
            "navigationBarTitleText": "文章详情"
          }
        },
        {
          "path": "rich-editor",
          "style": {
            "navigationBarTitleText": "富文本编辑器"
          }
        }
      ]
    },
    {
      "root": "demo/packageDemo",
      "pages": [
        {
          "path": "upload",
          "style": {
            "navigationBarTitleText": "上传"
          }
        }
      ]
    }
  ],
  "globalStyle": {
    "navigationBarBackgroundColor": "@navBgColor",
    "navigationBarTextStyle": "@navTxtStyle",
    "navigationBarTitleText": "uni-app",
    "backgroundColor": "#F8F8F8"
  }
}
