调整
This commit is contained in:
parent
1b1aa4f04f
commit
f821a97864
@ -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
|
||||
})
|
||||
},
|
||||
|
||||
|
@ -39,7 +39,6 @@
|
||||
url: '/system/drive/notice/applist?noticeType=3',
|
||||
method: 'get'
|
||||
})
|
||||
console.log(res);
|
||||
this.lists = res.data
|
||||
},
|
||||
jgDetail(id) {
|
||||
|
Loading…
Reference in New Issue
Block a user