Compare commits

...

2 Commits

Author SHA1 Message Date
PQZ
480f53e0c6 Merge branch 'master' of http://122.51.230.86:3000/dianliang/driver-manage 2024-08-28 18:48:03 +08:00
PQZ
f821a97864 调整 2024-08-28 18:47:54 +08:00
2 changed files with 2 additions and 6 deletions

View File

@ -97,13 +97,10 @@
uploadFilePromise(e) {
console.log(e);
upload({
url: '/common/upload',
url: '/infra/file/upload',
filePath: e,
}).then((res) => {
this.photo = res.fileName
console.log(this.photo);
this.photo = res.data
})
},

View File

@ -39,7 +39,6 @@
url: '/system/drive/notice/applist?noticeType=3',
method: 'get'
})
console.log(res);
this.lists = res.data
},
jgDetail(id) {