Skip to content

Commit 2aa8ad6

Browse files
committed
【API】fix ci api打包报错问题。
1 parent 4f77032 commit 2aa8ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/leaflet/widgets/poisearch/POISearchViewModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export var POISearchViewModel = L.Evented.extend({
6161
* @function L.supermap.widgets.poiSearchViewModel.prototype.search
6262
* @description 查询
6363
* @param {string} keyWord - 查询的关键字
64-
* @param {string||null} searchLayerName - 执行的查询类型,默认为null,支执行矢量图层属性查询,当为 "geocode" 则执行地址匹配
64+
* @param {string} [searchLayerName=null] - 执行的查询类型,默认为null,支执行矢量图层属性查询,当为 "geocode" 则执行地址匹配
6565
*/
6666
search(keyWord, searchLayerName = null) {
6767
if (!searchLayerName) {

0 commit comments

Comments
 (0)