|
|
|
@ -170,23 +170,26 @@ export const uploadMyFile = (url, data) => { |
|
|
|
|
return defHttp.uploadMyFile(url, data); |
|
|
|
|
}; |
|
|
|
|
// 组委会首页
|
|
|
|
|
export const getOrganizingCommittee = () => { |
|
|
|
|
export const getOrganizingCommittee = (params={recreateFlag:false}) => { |
|
|
|
|
return defHttp.get({ |
|
|
|
|
url:'/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/zwhsybsjs' |
|
|
|
|
url:'/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/zwhsybsjs', |
|
|
|
|
params |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
// 学生首页
|
|
|
|
|
export const getStudent = () => { |
|
|
|
|
export const getStudent = (params={recreateFlag:false}) => { |
|
|
|
|
return defHttp.get({ |
|
|
|
|
url:'/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/xssybsjs' |
|
|
|
|
url:'/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/xssybsjs', |
|
|
|
|
params |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 组委会报告
|
|
|
|
|
// /annualcompetitionprojectregistration/annualCompetitionProjectRegistration/zwhfxbg
|
|
|
|
|
export const getOrganizingCommitteeReport = () => { |
|
|
|
|
export const getOrganizingCommitteeReport = (params={recreateFlag:false}) => { |
|
|
|
|
return defHttp.get({ |
|
|
|
|
url:'/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/zwhfxbg' |
|
|
|
|
url:'/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/zwhfxbg', |
|
|
|
|
params |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
// /user/login/homepage/report4School
|
|
|
|
|