diff --git a/src/platforms/h5/components/system-routes/open-location/index.vue b/src/platforms/h5/components/system-routes/open-location/index.vue index b8c1903bcbed5835c5b95d52786f2f90d9563ee8..2c8113e7fa45833fc37c9218a8e54da50ed98c49 100644 --- a/src/platforms/h5/components/system-routes/open-location/index.vue +++ b/src/platforms/h5/components/system-routes/open-location/index.vue @@ -33,9 +33,9 @@ export default { const { latitude, longitude, - scale, - name, - address + scale = 18, + name = '', + address = '' } = this.$route.query return { latitude,