Skip to content

Commit 6fa6ce2

Browse files
[fix]webmap弹窗配置项调整
AI-GEN: 0%
1 parent ade2d4b commit 6fa6ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/mapping/WebMapBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export function createWebMapBaseExtending(SuperClass, { mapRepo }) {
365365
* @returns {Array} 弹窗信息数组。
366366
*/
367367
getPopupInfos() {
368-
return this._handler._getPopupInfos() || [];
368+
return (this._handler && this._handler._getPopupInfos()) || [];
369369
}
370370

371371
/**

0 commit comments

Comments
 (0)