mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-06-28 17:26:56 +00:00
Update peerQRCode.vue
This commit is contained in:
parent
fe9d373444
commit
11288fac20
@ -42,7 +42,7 @@ export default {
|
|||||||
description: this.selectedPeer.name,
|
description: this.selectedPeer.name,
|
||||||
hostName: this.dashboardStore.Configuration.Peers.remote_endpoint
|
hostName: this.dashboardStore.Configuration.Peers.remote_endpoint
|
||||||
}
|
}
|
||||||
data = JSON.stringify(awgQRCodeObject)
|
data = btoa(JSON.stringify(awgQRCodeObject))
|
||||||
}else{
|
}else{
|
||||||
data = res.data.file
|
data = res.data.file
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user