fix -- bug

This commit is contained in:
yuping
2023-03-05 04:22:24 +08:00
parent 320fde3f4c
commit 7d198f8eaa
5 changed files with 5959 additions and 5117 deletions

View File

@@ -25,4 +25,8 @@ export function useUserInfo(id) {
})
})
return userInfo
}
export function IsPhone() {
return /mobile/i.test(navigator.userAgent);
}