提交 cb8b95c3 编写于 作者: Q qiang

fix(App): coordsType

上级 f66397f0
...@@ -16039,6 +16039,7 @@ var serviceContext = (function (vue) { ...@@ -16039,6 +16039,7 @@ var serviceContext = (function (vue) {
geocode: geocode, geocode: geocode,
enableHighAccuracy: isHighAccuracy || altitude, enableHighAccuracy: isHighAccuracy || altitude,
timeout: highAccuracyExpireTime, timeout: highAccuracyExpireTime,
coordsType: type,
}); });
}, GetLocationProtocol, GetLocationOptions); }, GetLocationProtocol, GetLocationOptions);
......
...@@ -68,6 +68,7 @@ export const getLocation = <API_TYPE_GET_LOCATION>defineAsyncApi( ...@@ -68,6 +68,7 @@ export const getLocation = <API_TYPE_GET_LOCATION>defineAsyncApi(
geocode: geocode, geocode: geocode,
enableHighAccuracy: isHighAccuracy || altitude, enableHighAccuracy: isHighAccuracy || altitude,
timeout: highAccuracyExpireTime, timeout: highAccuracyExpireTime,
coordsType: type,
} }
) )
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册