|
@@ -255,7 +255,8 @@ export default {
|
|
|
this.fileDbList.push({ 'name': a.name, 'url': 'http:' + a.response.url })
|
|
|
}
|
|
|
console.log(this.fileDbList)
|
|
|
- localStorage.setItem('updata', this.fileDbList)
|
|
|
+ localStorage.setItem('updata', [this.fileDbList])
|
|
|
+ console.log(localStorage.getItem('updata'))
|
|
|
// }, 500)
|
|
|
},
|
|
|
async bugListSelect() {
|