parent
5448660f5f
commit
c9c53af150
3 changed files with 28 additions and 27 deletions
@ -1,25 +1,25 @@ |
||||
import config from '@/config' |
||||
export default { |
||||
getProjectDetail: 'occupationlab/projectManage/getProjectDetail', |
||||
getProjectDetail: 'occupationlab/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', |
||||
queryBcJudgmentByBcId: 'judgment/judgment/bcJudgmentPoint/queryBcJudgmentByBcId', |
||||
queryTestProject: 'occupationlab/occupationlab/projectManage/getProjectBySystemId', |
||||
editExperimentalData: 'occupationlab/occupationlab/experimentalReport/editExperimentalData', |
||||
queryBcJudgmentPointByBcId: 'judgment/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`, |
||||
getDetailById: 'occupationlab/occupationlab/assessment/getDetailById', |
||||
pageStuAssessment: 'occupationlab/occupationlab/assessment/pageStuAssessment', |
||||
modelClassList: `nakadai/nakadai/model/reference/modelClassList`, |
||||
referenceDemoList: `nakadai/nakadai/model/reference/demo/referenceDemoList`, |
||||
referenceFindById: `nakadai/nakadai/model/reference/demo/findById`, |
||||
checkIsShowBySystemId: `nakadai/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` |
||||
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` |
||||
} |
Loading…
Reference in new issue