diff --git a/src/i18n/langs/en/global.js b/src/i18n/langs/en/global.js index 949386fa2..fa6b46629 100644 --- a/src/i18n/langs/en/global.js +++ b/src/i18n/langs/en/global.js @@ -204,5 +204,6 @@ export default { perpetual: 'perpetual', buyingTips: 'Function upgrade, stay tuned!', permissionAllNum:'Total permissions', - set: 'Set' + set: 'Set', + joinNewRoom: 'Join new room' }; diff --git a/src/i18n/langs/en/trainRoom.js b/src/i18n/langs/en/trainRoom.js index c27daee2c..238099021 100644 --- a/src/i18n/langs/en/trainRoom.js +++ b/src/i18n/langs/en/trainRoom.js @@ -33,5 +33,7 @@ export default { plcGatewayOffline: '[PLC gateway offline]', uplinkPlatform: 'Uplink platform', downlinkPlatform: 'Downlink platform', - ibp:'IBP' + ibp:'IBP', + getGroupId: 'Get group Id', + groupId: 'Group id' }; diff --git a/src/i18n/langs/zh/global.js b/src/i18n/langs/zh/global.js index 893759f07..42635d258 100644 --- a/src/i18n/langs/zh/global.js +++ b/src/i18n/langs/zh/global.js @@ -204,5 +204,6 @@ export default { perpetual: '永久', buyingTips: '功能升级中, 敬请期待!', permissionAllNum:'权限总数', - set: '设 置' + set: '设 置', + joinNewRoom: '加入新房间' }; diff --git a/src/i18n/langs/zh/trainRoom.js b/src/i18n/langs/zh/trainRoom.js index 3987dd786..9c607e361 100644 --- a/src/i18n/langs/zh/trainRoom.js +++ b/src/i18n/langs/zh/trainRoom.js @@ -33,5 +33,7 @@ export default { plcGatewayOffline: '[PLC网关离线]', uplinkPlatform: '上行站台', downlinkPlatform: '下行站台', - ibp:'IBP' + ibp:'IBP', + getGroupId: '获取房间号', + groupId: '房间号' }; diff --git a/src/layout/components/Entry.vue b/src/layout/components/Entry.vue index 8aef0b114..0bdab8b7c 100644 --- a/src/layout/components/Entry.vue +++ b/src/layout/components/Entry.vue @@ -23,14 +23,14 @@ {{ $t(item.name) }} - + + + diff --git a/src/views/trainRoom/e-roles.vue b/src/views/trainRoom/e-roles.vue index 29ff52ca7..546079d8b 100644 --- a/src/views/trainRoom/e-roles.vue +++ b/src/views/trainRoom/e-roles.vue @@ -92,7 +92,8 @@