You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
export default {
|
|
|
|
getProjectDetail: 'occupationlab/projectManage/getProjectDetail',
|
|
|
|
submit: 'python/python/submit',
|
|
|
|
runPythonCode: 'python/python/runPythonCode',
|
|
|
|
queryBcJudgmentByBcId: 'judgment/bcJudgmentPoint/queryBcJudgmentByBcId',
|
|
|
|
queryTestProject: 'occupationlab/projectManage/getProjectBySystemId',
|
|
|
|
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`,
|
|
|
|
}
|