Skip to content

Commit

Permalink
示例下载链接修改
Browse files Browse the repository at this point in the history
  • Loading branch information
qaiu authored Sep 18, 2024
1 parent 03e320e commit c13afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-front/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit c13afb0

Please sign in to comment.