/** * 埋点统计设置用户信息 * @param config */ export default function furionSetConfig(config) { try { window.__fr.setConfig(config); } catch (e) {} }