|
|
|
@ -2,5 +2,5 @@ export function isDev() {
|
|
|
|
|
return window.location.port === "3007";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const isMobile = (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase()));
|
|
|
|
|
export const isMobile
|
|
|
|
|
// const isMobile
|
|
|
|
|
export const isMobile = (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase()));
|