We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afb82e commit 13436b9Copy full SHA for 13436b9
src/common/iServer/ImageService.js
@@ -15,7 +15,6 @@ import { CommonServiceBase } from './CommonServiceBase';
15
* @param {Object} options - 参数。
16
* @param {boolean} [options.crossOrigin] - 是否允许跨域请求。
17
* @param {Object} [options.headers] - 请求头。
18
- * @param {string} [options.token] 用于登录的令牌。需要登陆才能获取数据的链接信息,否则返回的 config 信息为 null,获取不到后台的链接信息。
19
* @extends {SuperMap.CommonServiceBase}
20
*/
21
export default class ImageService extends CommonServiceBase {
0 commit comments