Sanakey
2021-01-16 9e299c7766cdb22376dcc73321a8ea386de17812
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "pages": [
    "pages/index/index",
    "pages/logs/logs",
    "pages/verificationIntroduction/verificationIntroduction",
    "pages/verificationMethod/verificationMethod",
    "pages/verificationAccount/verificationAccount",
    "pages/verificationIdentity/verificationIdentity",
    "pages/balance/balance",
    "pages/myOrder/myOrder",
    "pages/myFootprint/myFootprint",
    "pages/customerTrajectory/customerTrajectory",
    "pages/scanCode/scanCode",
    "pages/promotionsInitiate/promotionsInitiate",
    "pages/promotionsManage/promotionsManage",
    "pages/promotionsManageList/promotionsManageList",
    "pages/promotionsRelation/promotionsRelation",
    "pages/detail/detail",
    "pages/myLiveRoom/myLiveRoom",
    "pages/orderSubmit/orderSubmit",
    "pages/liveRoomCreate/liveRoomCreate",
    "pages/flashSaleCreate/flashSaleCreate",
    "pages/signUpCreate/signUpCreate",
    "pages/groupBuyingCreate/groupBuyingCreate",
    "pages/verificationBrand/verificationBrand"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "Onbus",
    "navigationBarTextStyle": "black"
  },
  "networkTimeout": {
    "request": 60000,
    "downloadFile": 30000
  },
  "usingComponents": {
    "van-dialog": "@vant/weapp/dialog/index",
    "van-button": "@vant/weapp/button/index",
    "van-image": "@vant/weapp/image/index",
    "van-row": "@vant/weapp/row/index",
    "van-col": "@vant/weapp/col/index",
    "van-tag": "@vant/weapp/tag/index",
    "van-divider": "@vant/weapp/divider/index",
    "van-popup": "@vant/weapp/popup/index",
    "van-cell": "@vant/weapp/cell/index",
    "van-cell-group": "@vant/weapp/cell-group/index",
    "van-share-sheet": "@vant/weapp/share-sheet/index",
    "van-action-sheet": "@vant/weapp/action-sheet/index",
    "van-field": "@vant/weapp/field/index",
    "van-picker": "@vant/weapp/picker/index",
    "van-icon": "@vant/weapp/icon/index",
    "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
    "van-dropdown-item": "@vant/weapp/dropdown-item/index",
    "van-datetime-picker": "@vant/weapp/datetime-picker/index",
    "van-uploader": "@vant/weapp/uploader/index",
    "van-swipe-cell": "@vant/weapp/swipe-cell/index"
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序定位"
    }
  },
  "plugins": {
    "live-player-plugin": {
      "version": "1.2.4",
      "provider": "wx2b03c6e691cd7370"
    },
    "chooseLocation": {
      "version": "1.0.5",
      "provider": "wx76a9a06e5b4e693e"
    }
  },
  "sitemapLocation": "sitemap.json"
}