This commit is contained in:
zhangjianjun 2026-07-15 10:33:16 +08:00
parent 1ed1bf629a
commit 17413303e4
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ export function getBrowserInfo(): ClientSysInfo {
return {
version: __APP_VERSION__,
platform: 'web',
channel: 'web',
platform: 'h5',
channel: 'h5',
deviceId: getDeviceId(storedSysInfo),
brand,
model,