File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4298,7 +4298,7 @@ export class WebMap extends Observable {
4298
4298
* 请求是否带上cookie
4299
4299
* @param {string } url 请求地址,必选参数。
4300
4300
* @param {boolean } proxy 是否需要加上代理,可选参数。
4301
- * @returns
4301
+ * @returns { boolean | undefined } 是否带上cookie
4302
4302
*/
4303
4303
isCredentail ( url , proxy ) {
4304
4304
if ( this . isIportalProxyServiceUrl ( url ) || ( proxy !== false && ! CommonUtil . isInTheSameDomain ( url ) ) ) {
@@ -4310,7 +4310,7 @@ export class WebMap extends Observable {
4310
4310
* url是否要带上代理
4311
4311
* @param {* } url 请求地址,必选参数。
4312
4312
* @param {* } proxy 是否需要加上代理,可选参数。
4313
- * @returns
4313
+ * @returns { boolean } 是否带上代理
4314
4314
*/
4315
4315
isAddProxy ( url , proxy ) {
4316
4316
return ! CommonUtil . isInTheSameDomain ( url ) && ! this . isIportalProxyServiceUrl ( url ) && proxy !== false ;
You can’t perform that action at this time.
0 commit comments