提交
This commit is contained in:
@@ -93,6 +93,7 @@ export default {
|
||||
name: 'YouthEditorialBoardRegistration',
|
||||
data() {
|
||||
return {
|
||||
baseUrl: this.Common.baseUrl,
|
||||
formData: {
|
||||
engName: '',
|
||||
email: '',
|
||||
@@ -279,7 +280,7 @@ export default {
|
||||
const fd = new FormData();
|
||||
fd.append('reviewerCV', file);
|
||||
try {
|
||||
const resp = await axios.post('/api/api/Ucenter/up_cv_file', fd, {
|
||||
const resp = await axios.post(`${this.baseUrl}api/Ucenter/up_cv_file`, fd, {
|
||||
headers: { 'Content-Type': 'multipart/form-data' }
|
||||
});
|
||||
const body = resp && resp.data ? resp.data : {};
|
||||
|
||||
Reference in New Issue
Block a user