@das-fed/utils 7.0.0-zhaohang.1 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ export declare const getUrlParams: (allUrl?: string, queryName?: string) => any;
13
13
  */
14
14
  export declare const getFullPath: (url: string, queryObj?: any) => string;
15
15
  /**
16
- * 删除url中指定的参数,并返回最终的url
16
+ * 删除url中指定的参数,并返回最终的url(废弃,暂留)
17
17
  * @param queryNames 数组,需要删除的参数名集合
18
18
  * @param url 指定url
19
19
  * @returns