diff --git a/build/manifest.js b/build/manifest.js index 82e8c91007402d8867a249ec6f0df23b210a7669..e60c7693628a61aea731456a9c08497184d8a9b0 100644 --- a/build/manifest.js +++ b/build/manifest.js @@ -28,12 +28,19 @@ const DEPS = { ['/platforms/h5/view/components/map/index.vue', 'Map'], ['/core/view/components/input/index.vue', 'Input'], ['/core/view/components/scroll-view/index.vue', 'ScrollView'], + ['/platforms/h5/service/api/network/request.js', 'request'], ['/platforms/h5/service/api/location/get-location.js', 'getLocation'], ['/platforms/h5/components/system-routes/choose-location/index.vue', 'ChooseLocation'] ], openLocation: [ + ['/platforms/h5/view/components/map/index.vue', 'Map'], + ['/platforms/h5/service/api/network/request.js', 'request'], + ['/platforms/h5/service/api/location/get-location.js', 'getLocation'], ['/platforms/h5/components/system-routes/open-location/index.vue', 'OpenLocation'] ], + getLocation: [ + ['/platforms/h5/service/api/network/request.js', 'request'] + ], previewImage: [ ['/core/view/components/swiper/index.vue', 'Swiper'], ['/core/view/components/swiper-item/index.vue', 'SwiperItem'],