This commit is contained in:
PQZ 2024-08-28 18:47:54 +08:00
parent 1b1aa4f04f
commit f821a97864
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) {