diff --git a/src/config/getData2.js b/src/config/getData2.js index b12e2ac..17cc54c 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -143,5 +143,5 @@ export const authLogout = () => post('auth/logout', { * 远程支持 */ // 获取远程码接口 -export const queryRemotelnfo = () => post('api/developer/queryRemotelnfo', { +export const queryRemotelnfo = () => post('api/developer/queryRemoteInfo', { }) diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index ea0dabe..2148487 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -82,8 +82,8 @@ module.exports = { }, remote: { remotesupport: 'Remote support', - remote: ' remote ', - download: ' download' + remote: ' Remote ', + download: ' Download' }, developer: { developeroptions: 'Developer Options' diff --git a/src/images/new/qr_load.png b/src/images/new/qr_load.png new file mode 100644 index 0000000..90decf4 Binary files /dev/null and b/src/images/new/qr_load.png differ diff --git a/src/pages/modules/systemmanage/remote.vue b/src/pages/modules/systemmanage/remote.vue index 5a100fc..6e5acf0 100644 --- a/src/pages/modules/systemmanage/remote.vue +++ b/src/pages/modules/systemmanage/remote.vue @@ -8,12 +8,12 @@
-
TeamViewer{{$t('remote.remote')}}ID
-
{{ result.teamViewerId }}
+
AnyDesk{{$t('remote.remote')}}ID :
+
{{ result.anyDeskId }}
-
AnyDesk{{$t('remote.remote')}}ID
-
{{ result.anyDeskId }}
+
TeamViewer{{$t('remote.remote')}}ID :
+
{{ result.teamViewerId }}
@@ -79,21 +79,20 @@ export default { &:first-child margin-bottom 70px .veh_item_label - width 450px + width 480px _font(40px, 56px, #B4C1D8, 500, right) font-family: SourceHanSansCN-Medium; .veh_item_val - width calc(100% - 450px) - padding 0 20px 0 66px + width calc(100% - 480px) + padding 0 20px 0 40px margin-left 20px _font(40px, 56px, #fff, 500,,) font-family: SourceHanSansCN-Medium; white-space: nowrap - background left center url(../../../images/new/state_btn.png) no-repeat .veh_item_label_1 width 100% text-align center .qr_box _wh(300px, 300px) - background-color #fff + background center / 100% 100% url(../../../images/new/qr_load.png) no-repeat