Skip to content

Commit 0d098a6

Browse files
committed
修改错误的api注释类名,导致文档没有出来 --committed by wangzhe
1 parent 9b8cb1f commit 0d098a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/common/iPortal/iPortalUser.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class IPortalUser extends IPortalServiceBase {
3737
}
3838

3939
/**
40-
* @function SuperMap.iPortal.prototype.addMap
40+
* @function SuperMap.iPortalUser.prototype.addMap
4141
* @description 添加地图。
4242
* @version 10.0.1
4343
* @param {SuperMap.iPortalAddResourceParam} addMapParams - 添加地图的参数。
@@ -59,7 +59,7 @@ export class IPortalUser extends IPortalServiceBase {
5959
}
6060

6161
/**
62-
* @function SuperMap.iPortal.prototype.addScene
62+
* @function SuperMap.iPortalUser.prototype.addScene
6363
* @description 添加场景。
6464
* @version 10.0.1
6565
* @param {SuperMap.iPortalAddResourceParam} addSceneParams - 添加场景的参数。
@@ -81,7 +81,7 @@ export class IPortalUser extends IPortalServiceBase {
8181
}
8282

8383
/**
84-
* @function SuperMap.iPortal.prototype.registerService
84+
* @function SuperMap.iPortalUser.prototype.registerService
8585
* @description 注册服务。
8686
* @version 10.0.1
8787
* @param {SuperMap.iPortalRegisterServiceParam} registerParams - 注册服务的参数。
@@ -106,7 +106,7 @@ export class IPortalUser extends IPortalServiceBase {
106106
}
107107

108108
/**
109-
* @function SuperMap.iPortal.prototype.getErrMsgPromise
109+
* @function SuperMap.iPortalUser.prototype.getErrMsgPromise
110110
* @description 获取包含错误信息的Promise对象。
111111
* @version 10.0.1
112112
* @param {String} errMsg - 传入的错误信息。

0 commit comments

Comments
 (0)