/** * 获取地址栏参数 * @returns 地址栏参数对象 */ export default function parseQueryParams(url: string): { [key: string]: string; };