app.json 2.26 KB
{
  "pages": [
    "pages/index/index",
    "pages/index/order",
    "pages/index/booking",
    "pages/usercenter/usercenter",
    "pages/usercenter/address",
    "pages/usercenter/mycard/mycard",
    "pages/usercenter/mycard/renew",
    "pages/usercenter/bills",
    "pages/usercenter/match",
    "pages/usercenter/matchSignDetail",
    "pages/usercenter/matchBillDetail",
    "pages/usercenter/myInfo",
    "pages/usercenter/teamList",
    "pages/usercenter/teamInfo",
    "pages/usercenter/billsDetail",
    "pages/form/index",
    "pages/train/index",
    "pages/train/detailPage/detailPage",
    "pages/train/apply/apply",
    "pages/train/costBreakdown/costBreakdown",
    "pages/usercenter/myTrain/index/index",
    "pages/usercenter/myTrain/trainSing/trainSing",
    "pages/usercenter/myTrain/trainBillDetail/trainBillDetail",
    "pages/train/payScuess/payScuess"
  ],
  "subPackages": [
    {
      "root": "pages_match",
      "pages": [
        "match/index",
        "match/single",
        "match/singleLs",
        "match/sign_single",
        "match/matchBill",
        "match/matchPayDone",
        "match/choose_sportman",
        "match/team_choose_sportman",
        "match/choose_coach",
        "match/add_coach",
        "match/add_rank",
        "match/choose_project",
        "match/projectList"
      ]
    },
    {
      "root": "pages_hotel",
      "pages": [
        "hotel/index",
        "hotel/detail",
        "hotel/hotelList",
        "hotel/hotelDetail",
        "hotel/order",
        "hotel/mycenter",
        "hotel/pay",
        "hotel/myBills",
        "hotel/billDetail",
        "hotel/invoice",
        "hotel/addInvoice",
        "hotel/canInvoiceBills",
        "hotel/invoiceDetail",
        "hotel/myInvoice",
        "hotel/illustrate",
        "hotel/aboutUs",
        "car/index",
        "car/order",
        "eat/index",
        "eat/menu",
        "eat/order",
        "eat/billDetail",
        "car/billDetail"
      ]
    }
  ],
  "window": {
    "navigationStyle": "default",
    "navigationBarTextStyle": "white",
    "navigationBarTitleText": "场馆"
  },
  "preloadRule": {
    "pages/index/index": {
      "network": "all",
      "packages": [
        "pages_match",
        "pages_hotel"
      ]
    }
  },
  "permission": {},
  "usingComponents": {}
}