From bfd5b071451cb5fcaaae5574ed0d249351ac6d08 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 31 Mar 2020 18:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9C=AC=E5=9C=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=BB=BC=E5=90=88=E6=BC=94=E7=BB=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en/global.js | 3 +- src/i18n/langs/en/trainRoom.js | 4 +- src/i18n/langs/zh/global.js | 3 +- src/i18n/langs/zh/trainRoom.js | 4 +- src/layout/components/Entry.vue | 4 +- src/layout/components/Qcode.vue | 6 +- src/scripts/GlobalPlugin.js | 6 +- .../{index.vue => index_Common.vue} | 0 .../demonstration/deomonList/index_HYD.vue | 171 ++++++++++++++++++ src/views/trainRoom/e-roles.vue | 9 +- 10 files changed, 197 insertions(+), 13 deletions(-) rename src/views/demonstration/deomonList/{index.vue => index_Common.vue} (100%) create mode 100644 src/views/demonstration/deomonList/index_HYD.vue 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 @@