|
@@ -236,7 +236,8 @@ export default {
|
|
|
accessory: '',
|
|
|
userInformation: localStorage.getItem('username'),
|
|
|
userNames: localStorage.getItem('realname'),
|
|
|
- fileDbList: [{ name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }, { name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }]
|
|
|
+ fileDbList: []
|
|
|
+ // fileDbList: [{ name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }, { name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }]
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
@@ -255,8 +256,8 @@ export default {
|
|
|
this.fileDbList.push({ 'name': a.name, 'url': 'http:' + a.response.url })
|
|
|
}
|
|
|
this.accessory = JSON.stringify(this.fileDbList)
|
|
|
+ console.log(this.accessory)
|
|
|
// this.$set(this.form, 'accessory', JSON.stringify(this.fileDbList))
|
|
|
- // localStorage.setItem('updata', JSON.stringify(this.fileDbList))
|
|
|
// }, 500)
|
|
|
},
|
|
|
async bugListSelect() {
|