Compare commits
2 Commits
c9cd20ba9e
...
480f53e0c6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
480f53e0c6 | ||
![]() |
f821a97864 |
@ -97,13 +97,10 @@
|
|||||||
uploadFilePromise(e) {
|
uploadFilePromise(e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
upload({
|
upload({
|
||||||
url: '/common/upload',
|
url: '/infra/file/upload',
|
||||||
filePath: e,
|
filePath: e,
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
this.photo = res.fileName
|
this.photo = res.data
|
||||||
console.log(this.photo);
|
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
url: '/system/drive/notice/applist?noticeType=3',
|
url: '/system/drive/notice/applist?noticeType=3',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
console.log(res);
|
|
||||||
this.lists = res.data
|
this.lists = res.data
|
||||||
},
|
},
|
||||||
jgDetail(id) {
|
jgDetail(id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user