mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: formatting error
This commit is contained in:
parent
3f50e98aa3
commit
5215234020
@ -509,7 +509,7 @@ export default {
|
|||||||
this.formTxCOS = JSON.parse(localStorage.getItem(`txCOSConfig`))
|
this.formTxCOS = JSON.parse(localStorage.getItem(`txCOSConfig`))
|
||||||
}
|
}
|
||||||
if (localStorage.getItem(`qiniuConfig`)) {
|
if (localStorage.getItem(`qiniuConfig`)) {
|
||||||
this.formQiniu= JSON.parse(localStorage.getItem(`qiniuConfig`))
|
this.formQiniu = JSON.parse(localStorage.getItem(`qiniuConfig`))
|
||||||
}
|
}
|
||||||
if (localStorage.getItem(`minioConfig`)) {
|
if (localStorage.getItem(`minioConfig`)) {
|
||||||
this.minioOSS = JSON.parse(localStorage.getItem(`minioConfig`))
|
this.minioOSS = JSON.parse(localStorage.getItem(`minioConfig`))
|
||||||
|
Loading…
Reference in New Issue
Block a user