Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
linhaojun857 committed Aug 27, 2023
1 parent f4ef19b commit b7b73d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aurora-vue/aurora-admin/src/views/website/Website.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default {
this.websiteConfigForm.authorAvatar = response.data
},
handleFaviconSuccess(response) {
this.websiteConfigForm.favicon = response.favicon
this.websiteConfigForm.favicon = response.data
},
handleLogoSuccess(response) {
this.websiteConfigForm.logo = response.data
Expand Down

0 comments on commit b7b73d8

Please sign in to comment.