提交 b875aeb4 编写于 作者: D DCloud_LXH

chore: systemInfo

上级 6ef2013f
......@@ -238,8 +238,11 @@ export function getSystemInfoSync () {
appName: __uniConfig.appName,
appVersion: __uniConfig.appVersion,
appVersionCode: __uniConfig.appVersionCode,
hostName: browserName,
hostVersion: browseVersion,
osTheme: '',
hostTheme: ''
hostTheme: '',
hostPackageName: ''
}
}
/**
......
......@@ -97,12 +97,12 @@ export function populateParameters (result) {
osVersion,
osLanguage: language,
osTheme: theme,
hostTheme: theme,
hostVersion,
hostLanguage: language,
hostName: _hostName,
// TODO
ua: '',
hostTheme: '',
hostPackageName: '',
browserName: '',
browseVersion: ''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册