远程支持

This commit is contained in:
2023-12-28 13:43:46 +08:00
parent 105d469834
commit 3a056bcb82
4 changed files with 11 additions and 12 deletions

View File

@@ -143,5 +143,5 @@ export const authLogout = () => post('auth/logout', {
* 远程支持
*/
// 获取远程码接口
export const queryRemotelnfo = () => post('api/developer/queryRemotelnfo', {
export const queryRemotelnfo = () => post('api/developer/queryRemoteInfo', {
})

View File

@@ -82,8 +82,8 @@ module.exports = {
},
remote: {
remotesupport: 'Remote support',
remote: ' remote ',
download: ' download'
remote: ' Remote ',
download: ' Download'
},
developer: {
developeroptions: 'Developer Options'

BIN
src/images/new/qr_load.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 KiB

View File

@@ -8,12 +8,12 @@
<div class="page_container">
<div class="id_wraper">
<div class="state_item_wrap">
<div class="veh_item_label">TeamViewer{{$t('remote.remote')}}ID</div>
<div class="veh_item_val">{{ result.teamViewerId }}</div>
<div class="veh_item_label">AnyDesk{{$t('remote.remote')}}ID&nbsp;:</div>
<div class="veh_item_val">{{ result.anyDeskId }}</div>
</div>
<div class="state_item_wrap">
<div class="veh_item_label">AnyDesk{{$t('remote.remote')}}ID</div>
<div class="veh_item_val">{{ result.anyDeskId }}</div>
<div class="veh_item_label">TeamViewer{{$t('remote.remote')}}ID&nbsp;:</div>
<div class="veh_item_val">{{ result.teamViewerId }}</div>
</div>
</div>
<div class="state_line_dot_2"></div>
@@ -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
</style>