|
@@ -250,7 +250,7 @@ const webSyncRoom = async (room: Room) => {
|
|
userId: String(user.userId || 1),
|
|
userId: String(user.userId || 1),
|
|
isTour: '0',
|
|
isTour: '0',
|
|
lang: unref(getLocale) || 'zh',
|
|
lang: unref(getLocale) || 'zh',
|
|
- platform: 'ucenter'
|
|
|
|
|
|
+ platform: '4dkankan'
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
link = roomStore.getShareUrl({
|
|
link = roomStore.getShareUrl({
|