示例下载链接修改

This commit is contained in:
qaiu
2024-09-19 05:43:54 +08:00
committed by GitHub
parent 03e320efb8
commit c13afb05b3

View File

@@ -146,7 +146,7 @@ export default {
message: response.data.msg,
type: 'success'
})
this.downUrl = response.data.data
this.downUrl = response.data.data.directLink
} else {
this.$message.error(response.data.msg)
}