pages.json 3.23 KB
{
  "pages": [
    {
      "path": "pages/login/login",
      "style": {
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/home/home",
      "style": {
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/booking/booking",
      "style": {
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/profile/profile",
      "style": {
        "navigationStyle": "custom"
      }
    }
  ],
  "subPackages": [
    {
      "root": "packageBooking",
      "pages": [
        {
          "path": "record/record",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "detail/detail",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "success/success",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "consume/consume",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "stores/stores",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "store-detail/store-detail",
          "style": {
            "navigationStyle": "custom"
          }
        }
      ]
    },
    {
      "root": "packageMall",
      "pages": [
        {
          "path": "main/main",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "product-detail/product-detail",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "order-confirm/order-confirm",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "payment-success/payment-success",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "wishlist/wishlist",
          "style": {
            "navigationStyle": "custom"
          }
        }
      ]
    },
    {
      "root": "packageProfile",
      "pages": [
        {
          "path": "order-list/order-list",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "order-detail/order-detail",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "address-list/address-list",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "address-edit/address-edit",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "about/about",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "settings/settings",
          "style": {
            "navigationStyle": "custom"
          }
        },
        {
          "path": "pickup-code/pickup-code",
          "style": {
            "navigationStyle": "custom"
          }
        }
      ]
    }
  ],
  "globalStyle": {
    "navigationStyle": "custom",
    "backgroundColor": "#F3F5F0",
    "backgroundTextStyle": "light"
  },
  "optimization": {
    "subPackages": true
  }
}