|
|
|
import config from '@/config'
|
|
|
|
export default {
|
|
|
|
encrypt: `nakadai/data/encrypt`,
|
|
|
|
getCurrentTime: `competition/competition/management/getCurrentTime`,
|
|
|
|
getProjectDetail: 'occupationlab/occupationlab/projectManage/getProjectDetail',
|
|
|
|
submit: 'python/python/submit',
|
|
|
|
runPythonCode: 'python/python/runPythonCode',
|
|
|
|
queryBcJudgmentByBcId: 'judgment/judgment/bcJudgmentPoint/queryBcJudgmentByBcId',
|
|
|
|
queryTestProject: 'occupationlab/occupationlab/projectManage/getProjectBySystemId',
|
|
|
|
editExperimentalData: 'occupationlab/occupationlab/experimentalReport/editExperimentalData',
|
|
|
|
queryBcJudgmentPointByBcId: 'judgment/judgment/bcJudgmentPoint/queryBcJudgmentPointByBcId',
|
|
|
|
getLastCache: 'python/python/finalRunRecord',
|
|
|
|
getTheMostRecentlyRunProject: 'python/python/getTheMostRecentlyRunProject',
|
|
|
|
getDataProductBoughtByOurSchool: 'data/data/myDate/getDataProductBoughtByOurSchool',
|
|
|
|
getPurchasedTableByCategory: `data/data/myDate/getPurchasedTableByCategory`,
|
|
|
|
previewData: `data/data/preview`,
|
|
|
|
lookupTableFile: `occupationlab/python/table/data/lookupTableFile`,
|
|
|
|
downloadData: `${config.host}data/data/download`,
|
|
|
|
getDetailById: 'occupationlab/occupationlab/assessment/getDetailById',
|
|
|
|
pageStuAssessment: 'occupationlab/occupationlab/assessment/pageStuAssessment',
|
|
|
|
queryUserInfoDetails: `users/users/userAccount/queryUserInfoDetails`,
|
|
|
|
modelClassList: `nakadai/nakadai/model/reference/modelClassList`,
|
|
|
|
studentModelList: `nakadai/nakadai/model/student/studentModelList`,
|
|
|
|
referenceDemoList: `nakadai/nakadai/model/reference/demo/referenceDemoList`,
|
|
|
|
referenceFindById: `nakadai/nakadai/model/reference/demo/findById`,
|
|
|
|
checkIsShowBySystemId: `nakadai/nakadai/model/reference/checkIsShowBySystemId`,
|
|
|
|
importData: `occupationlab/occupationlab/python/file/data/importData`,
|
|
|
|
lookExcel: `occupationlab/occupationlab/python/file/data/lookExcel`,
|
|
|
|
lookOver: `occupationlab/occupationlab/python/file/data/lookOver`,
|
|
|
|
batchDeletion: `occupationlab/occupationlab/python/file/data/batchDeletion`,
|
|
|
|
myData: `occupationlab/occupationlab/python/file/data/myData`,
|
|
|
|
updateReport: `occupationlab/occupationlab/achievement/updateReport`,
|
|
|
|
exportLabReport: `${config.host}occupationlab/occupationlab/achievement/exportLabReport`,
|
|
|
|
reportDetail: `occupationlab/occupationlab/achievement/reportDetail`,
|
|
|
|
getCompetition: `competition/competition/management/getCompetition`,
|
|
|
|
whetherCanPaste: `nakadai/nakadai/model/demo/whetherCanPaste`,
|
|
|
|
displayListOrNotByStudent: `nakadai/nakadai/model/demo/displayListOrNotByStudent`,
|
|
|
|
modelClassListByStudent: `nakadai/nakadai/model/student/modelClassListByStudent`,
|
|
|
|
studentModelListBySystem: `nakadai/nakadai/model/student/studentModelListBySystem`,
|
|
|
|
detailsOfGoods: `nakadai/mall/detailsOfGoods`,
|
|
|
|
importCode: `occupationlab/occupationlab/experimentalReport/importCode`,
|
|
|
|
removeImport: `occupationlab/occupationlab/experimentalReport/removeImport`,
|
|
|
|
getStartTime: `python/python/getStartTime`,
|
|
|
|
getProductSystemTheme: `nakadai/mall/getProductSystemTheme`,
|
|
|
|
heartbeatDetection: `nakadai/message/heartbeatDetection`,
|
|
|
|
heartbeatDetectionRabbit: `python/rabbitMessage/heartbeatDetection`,
|
|
|
|
createQueue: `python/rabbitMessage/createQueue`,
|
|
|
|
endRunningProcess: `python/python/endRunningProcess`,
|
|
|
|
sendMessageToUser: `python/rabbitMessage/sendMessageToUser`,
|
|
|
|
deleteTheLastUncommittedRecord: `python/python/deleteTheLastUncommittedRecord`,
|
|
|
|
}
|