Compare commits
2 Commits
c9cd20ba9e
...
480f53e0c6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
480f53e0c6 | ||
![]() |
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