Module url/replaceUrlParams
Functions
replaceUrlParams
0.0.35 provide
- replaceUrlParams(newParams: Record<string, any>, options?: ReplaceParamsOptions): string
-
Parameters
-
newParams: Record<string, any>
-
Optional options: ReplaceParamsOptions
Returns string
with query prefix url
替换当前URL上的参数并生成新的链接
如果当前URL上不存在传入的参数,也会直接添加到新生成的URL后 替换当前location.href上的参数,生成新的链接
针对带有hash的链接,需要遵循先search参数,后hash参数的原则
normal
assign url option