mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
routes response refactoring
This commit is contained in:
@@ -277,7 +277,7 @@ export default {
|
||||
axios
|
||||
.get(`/api/share/${this.shareOptions.token}/qr`)
|
||||
.then((response) => {
|
||||
this.qrCode = response.data
|
||||
this.qrCode = response.data.data.svg
|
||||
})
|
||||
.catch(() => this.$isSomethingWrong())
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user