|
|
|
import config from '@/config'
|
|
|
|
export default {
|
|
|
|
getProjectDetail: 'occupationlab/projectManage/getProjectDetail',
|
|
|
|
submit: 'python/python/submit',
|
|
|
|
runPythonCode: 'python/python/runPythonCode',
|
|
|
|
queryBcJudgmentByBcId: 'judgment/bcJudgmentPoint/queryBcJudgmentByBcId',
|
|
|
|
queryTestProject: 'occupationlab/projectManage/getProjectBySystemId',
|
|
|
|
editExperimentalData: 'occupationlab/experimentalReport/editExperimentalData',
|
|
|
|
queryBcJudgmentPointByBcId: 'judgment/bcJudgmentPoint/queryBcJudgmentPointByBcId',
|
|
|
|
saveCache: 'python/python/saveCache',
|
|
|
|
getLastCache: 'python/python/getLastCache',
|
|
|
|
delCache: 'python/python/delCache',
|
|
|
|
getDetailById: 'occupationlab/assessment/getDetailById',
|
|
|
|
pageStuAssessment: 'occupationlab/assessment/pageStuAssessment',
|
|
|
|
modelClassList: `nakadai/model/reference/modelClassList`,
|
|
|
|
referenceDemoList: `nakadai/model/reference/demo/referenceDemoList`,
|
|
|
|
referenceFindById: `nakadai/model/reference/demo/findById`,
|
|
|
|
checkIsShowBySystemId: `nakadai/model/reference/checkIsShowBySystemId`,
|
|
|
|
fileUpload: `${config.host}nakadai/nakadai/oss/fileUpload`,
|
|
|
|
importData: `occupationlab/python/file/data/importData`,
|
|
|
|
lookExcel: `occupationlab/python/file/data/lookExcel`,
|
|
|
|
lookOver: `occupationlab/python/file/data/lookOver`,
|
|
|
|
batchDeletion: `occupationlab/python/file/data/batchDeletion`,
|
|
|
|
myData: `occupationlab/python/file/data/myData`
|
|
|
|
}
|