补上房间语言配置

This commit is contained in:
John Smith 2023-09-21 23:52:54 +08:00
parent c3b573baf6
commit b08906c150

View File

@ -341,6 +341,7 @@ export default {
roomKeyType: this.form.roomKeyType
}
let backFields = {
lang: this.$i18n.locale,
emoticons: JSON.stringify(this.form.emoticons)
}
let ignoredNames = new Set(['roomId', 'authCode'])