main.json 1.92 KB
Newer Older
f  
程默 committed
1
{
程默 committed
2
  "usingComponents": {
李嘉林 committed
3 4
    "van-tabs": "/static/vant/tabs/index",
    "van-tab": "/static/vant/tab/index",
5
    "van-card": "/static/vant/card/index",
李嘉林 committed
6
    "van-loading": "/static/vant/loading/index",
李嘉林 committed
7 8
    "banner": "/static/nativeComponents/Banner/index",
    "goods-list": "/static/nativeComponents/GoodsList/index",
hxx committed
9
    "ranking-list": "/static/nativeComponents/RankingList/index",
程默 committed
10
    "custom-tab-bar": "/static/nativeComponents/custom-tab-bar/index",
李嘉林 committed
11
    "time-limited-discount": "/static/nativeComponents/TimeLimitedDiscount/index",
李嘉林 committed
12
    "waterfall-flow": "/static/nativeComponents/module/WaterfallFlow/index",
13
    "van-button": "/static/vant/button/index",
李嘉林 committed
14
    "van-stepper": "/static/vant/stepper/index",
15
    "area-navigation":"/static/nativeComponents/AreaNavigation/index",
程智春 committed
16
    "cube-nav":"/static/nativeComponents/CubeNav/index",
程智春 committed
17 18 19
    "float-button":"/static/nativeComponents/FloatButton/index",
    "goods-search":"/static/nativeComponents/GoodsSearch/index",
    "notice":"/static/nativeComponents/Notice/index",
20
    "pop-up":"/static/nativeComponents/PopUp/index",
程智春 committed
21
    "share-popup":"/static/nativeComponents/SharePopup/index",
李嘉林 committed
22
    "speedy-nav":"/static/nativeComponents/SpeedyNav/index",
程智春 committed
23
    "video-player":"/static/nativeComponents/VideoPlayer/index",
程智春 committed
24
    "photo-gallery":"/static/nativeComponents/PhotoGallery/index",
程智春 committed
25
    "live-broadcast":"/static/nativeComponents/LiveBroadcast/index",
程智春 committed
26
    "share-picture":"/static/nativeComponents/SharePicture/index",
李嘉林 committed
27
    "merchants-list":"/static/nativeComponents/MerchantsList/index",
28
    "spell-group-heap-item":"/static/nativeComponents/spellGroup/heapItem/index",
29 30
    "my-card":"/static/nativeComponents/MyCard/index",
    "get-index-homepage":"/static/nativeComponents/GetIndexHomePage/index",
张卓 committed
31 32
    "set-my-homepage":"/static/nativeComponents/SetMyHomePage/index",
    "apply-sucess-entry":"/static/nativeComponents/ApplySucessEntry/index"
33
  },
程智春 committed
34 35
  "enablePullDownRefresh":true,
  "backgroundColor":"#f5f5f5"
36
}