|
@@ -254,9 +254,8 @@ export default {
|
|
for (var a of this.fileList) {
|
|
for (var a of this.fileList) {
|
|
this.fileDbList.push({ 'name': a.name, 'url': 'http:' + a.response.url })
|
|
this.fileDbList.push({ 'name': a.name, 'url': 'http:' + a.response.url })
|
|
}
|
|
}
|
|
- console.log(this.fileDbList)
|
|
|
|
- localStorage.setItem('updata', this.fileDbList)
|
|
|
|
- console.log(JSON.stringify(localStorage.getItem('updata')))
|
|
|
|
|
|
+ localStorage.setItem('updata', JSON.stringify(this.fileDbList))
|
|
|
|
+ console.log(localStorage.getItem('updata'))
|
|
// }, 500)
|
|
// }, 500)
|
|
},
|
|
},
|
|
async bugListSelect() {
|
|
async bugListSelect() {
|