调整
This commit is contained in:
parent
1b1aa4f04f
commit
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