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 {
43724372 * 请求是否带上cookie
43734373 * @param {string } url 请求地址,必选参数。
43744374 * @param {boolean } proxy 是否需要加上代理,可选参数。
4375- * @returns
4375+ * @returns { boolean | undefined } 是否带上cookie
43764376 */
43774377 isCredentail ( url , proxy ) {
43784378 if ( this . isIportalProxyServiceUrl ( url ) || ( proxy !== false && ! CommonUtil . isInTheSameDomain ( url ) ) ) {
@@ -4384,7 +4384,7 @@ export class WebMap extends Observable {
43844384 * url是否要带上代理
43854385 * @param {* } url 请求地址,必选参数。
43864386 * @param {* } proxy 是否需要加上代理,可选参数。
4387- * @returns
4387+ * @returns { boolean } 是否带上代理
43884388 */
43894389 isAddProxy ( url , proxy ) {
43904390 return ! CommonUtil . isInTheSameDomain ( url ) && ! this . isIportalProxyServiceUrl ( url ) && proxy !== false ;
You can’t perform that action at this time.
0 commit comments