Skip to content

Commit 13436b9

Browse files
committed
[fix]imageService 去掉doc的token review by songym
1 parent 8afb82e commit 13436b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/iServer/ImageService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { CommonServiceBase } from './CommonServiceBase';
1515
* @param {Object} options - 参数。
1616
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
1717
* @param {Object} [options.headers] - 请求头。
18-
* @param {string} [options.token] 用于登录的令牌。需要登陆才能获取数据的链接信息,否则返回的 config 信息为 null,获取不到后台的链接信息。
1918
* @extends {SuperMap.CommonServiceBase}
2019
*/
2120
export default class ImageService extends CommonServiceBase {

0 commit comments

Comments
 (0)