/** * 575: 为了和media query中的判断保持一致 */ export const isMobile = typeof window.orientation === "number" && document.body.offsetWidth < 575;