This commit is contained in:
parent
1ed1bf629a
commit
17413303e4
|
|
@ -125,8 +125,8 @@ export function getBrowserInfo(): ClientSysInfo {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
version: __APP_VERSION__,
|
version: __APP_VERSION__,
|
||||||
platform: 'web',
|
platform: 'h5',
|
||||||
channel: 'web',
|
channel: 'h5',
|
||||||
deviceId: getDeviceId(storedSysInfo),
|
deviceId: getDeviceId(storedSysInfo),
|
||||||
brand,
|
brand,
|
||||||
model,
|
model,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue