提交 6fadc886 编写于 作者: D DCloud_LXH

fix: app view error

上级 7649a33f
......@@ -171,7 +171,7 @@ export function getBrowserInfo () {
var system = `${osname} ${osversion}`
var platform = osname.toLocaleLowerCase()
let browserName
let browserName = ''
let browseVersion = String(IEVersion())
if (browseVersion !== '-1') { browserName = 'IE' } else {
const browseVendors = ['Version', 'Firefox', 'Chrome', 'Edge{0,1}']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册