提交 b171bd37 编写于 作者: D DCloud_LXH

fix: ssr window is undefined

上级 59408798
...@@ -36,7 +36,9 @@ export const getDeviceInfo = defineSyncApi<typeof uni.getDeviceInfo>( ...@@ -36,7 +36,9 @@ export const getDeviceInfo = defineSyncApi<typeof uni.getDeviceInfo>(
deviceBrand, deviceBrand,
deviceModel, deviceModel,
devicePixelRatio: __NODE_JS__ ? 1 : window.devicePixelRatio, devicePixelRatio: __NODE_JS__ ? 1 : window.devicePixelRatio,
deviceId: deviceId(), deviceId: __NODE_JS__
? Date.now() + '' + Math.floor(Math.random() * 1e7)
: deviceId(),
deviceOrientation, deviceOrientation,
deviceType, deviceType,
brand, brand,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册