Blame view

member-miniapp/unpackage/dist/dev/mp-weixin/app.json 1.36 KB
5c34676a   “wangming”   对会员端进行了设计
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  {
    "pages": [
      "pages/login/login",
      "pages/home/home",
      "pages/booking/booking",
      "pages/profile/profile"
    ],
    "subPackages": [
      {
        "root": "packageBooking",
        "pages": [
          "record/record",
          "detail/detail",
          "success/success",
          "consume/consume",
          "stores/stores",
e1dcb3a0   “wangming”   1
17
18
          "store-detail/store-detail",
          "my-appointments/my-appointments"
5c34676a   “wangming”   对会员端进行了设计
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
        ]
      },
      {
        "root": "packageMall",
        "pages": [
          "main/main",
          "product-detail/product-detail",
          "order-confirm/order-confirm",
          "payment-success/payment-success",
          "wishlist/wishlist"
        ]
      },
      {
        "root": "packageProfile",
        "pages": [
          "order-list/order-list",
          "order-detail/order-detail",
          "address-list/address-list",
          "address-edit/address-edit",
          "about/about",
d8035736   “wangming”   Refactor project ...
39
40
          "settings/settings",
          "pickup-code/pickup-code"
5c34676a   “wangming”   对会员端进行了设计
41
42
43
44
45
46
47
48
        ]
      }
    ],
    "window": {
      "navigationStyle": "custom",
      "backgroundColor": "#F3F5F0",
      "backgroundTextStyle": "light"
    },
e1dcb3a0   “wangming”   1
49
50
51
52
53
54
55
56
    "permission": {
      "scope.userLocation": {
        "desc": "用于展示附近门店并按距离排序"
      }
    },
    "requiredPrivateInfos": [
      "getLocation"
    ],
d8035736   “wangming”   Refactor project ...
57
58
59
60
    "usingComponents": {
      "lf-pickup-code": "/components/lf-pickup-code",
      "lf-pickup-complete": "/components/lf-pickup-complete"
    }
5c34676a   “wangming”   对会员端进行了设计
61
  }