Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/browserify-sign-4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong authored Oct 28, 2023
2 parents 307ff01 + 5215234 commit 56e1c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodemirrorEditor/UploadImgDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export default {
this.formTxCOS = JSON.parse(localStorage.getItem(`txCOSConfig`))
}
if (localStorage.getItem(`qiniuConfig`)) {
this.formQiniu= JSON.parse(localStorage.getItem(`qiniuConfig`))
this.formQiniu = JSON.parse(localStorage.getItem(`qiniuConfig`))
}
if (localStorage.getItem(`minioConfig`)) {
this.minioOSS = JSON.parse(localStorage.getItem(`minioConfig`))
Expand Down

0 comments on commit 56e1c77

Please sign in to comment.