# 系统信息
import System from '@sadais/piui-tool/tools/system'
// or
this.$pi.system.systemInfo
1
2
3
2
3
# Constants
- systemInfo ⇒
Object
获取系统信息
- isIpx ⇒
Boolean
是否iPhone X系列机型
- safeAreaInsets ⇒
Object
获取内部安全区域数据
# systemInfo ⇒ Object
获取系统信息
Kind: global constant
Returns: Object
- 系统信息 (opens new window)
# isIpx ⇒ Boolean
是否iPhone X系列机型
Kind: global constant
Returns: Boolean
- 是否iPhone X系列机型
# safeAreaInsets ⇒ Object
获取内部安全区域数据
Kind: global constant
Returns: Object
- 内部安全区域数据