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 @@ -4372,7 +4372,7 @@ export class WebMap extends Observable {
4372
4372
* 请求是否带上cookie
4373
4373
* @param {string } url 请求地址,必选参数。
4374
4374
* @param {boolean } proxy 是否需要加上代理,可选参数。
4375
- * @returns
4375
+ * @returns { boolean | undefined } 是否带上cookie
4376
4376
*/
4377
4377
isCredentail ( url , proxy ) {
4378
4378
if ( this . isIportalProxyServiceUrl ( url ) || ( proxy !== false && ! CommonUtil . isInTheSameDomain ( url ) ) ) {
@@ -4384,7 +4384,7 @@ export class WebMap extends Observable {
4384
4384
* url是否要带上代理
4385
4385
* @param {* } url 请求地址,必选参数。
4386
4386
* @param {* } proxy 是否需要加上代理,可选参数。
4387
- * @returns
4387
+ * @returns { boolean } 是否带上代理
4388
4388
*/
4389
4389
isAddProxy ( url , proxy ) {
4390
4390
return ! CommonUtil . isInTheSameDomain ( url ) && ! this . isIportalProxyServiceUrl ( url ) && proxy !== false ;
You can’t perform that action at this time.
0 commit comments