mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 05:16:47 +08:00
fix -- bug
This commit is contained in:
@@ -25,4 +25,8 @@ export function useUserInfo(id) {
|
||||
})
|
||||
})
|
||||
return userInfo
|
||||
}
|
||||
|
||||
export function IsPhone() {
|
||||
return /mobile/i.test(navigator.userAgent);
|
||||
}
|
||||
Reference in New Issue
Block a user