parent
5448660f5f
commit
c9c53af150
3 changed files with 28 additions and 27 deletions
@ -1,25 +1,25 @@ |
|||||||
import config from '@/config' |
import config from '@/config' |
||||||
export default { |
export default { |
||||||
getProjectDetail: 'occupationlab/projectManage/getProjectDetail', |
getProjectDetail: 'occupationlab/occupationlab/projectManage/getProjectDetail', |
||||||
submit: 'python/python/submit', |
submit: 'python/python/submit', |
||||||
runPythonCode: 'python/python/runPythonCode', |
runPythonCode: 'python/python/runPythonCode', |
||||||
queryBcJudgmentByBcId: 'judgment/bcJudgmentPoint/queryBcJudgmentByBcId', |
queryBcJudgmentByBcId: 'judgment/judgment/bcJudgmentPoint/queryBcJudgmentByBcId', |
||||||
queryTestProject: 'occupationlab/projectManage/getProjectBySystemId', |
queryTestProject: 'occupationlab/occupationlab/projectManage/getProjectBySystemId', |
||||||
editExperimentalData: 'occupationlab/experimentalReport/editExperimentalData', |
editExperimentalData: 'occupationlab/occupationlab/experimentalReport/editExperimentalData', |
||||||
queryBcJudgmentPointByBcId: 'judgment/bcJudgmentPoint/queryBcJudgmentPointByBcId', |
queryBcJudgmentPointByBcId: 'judgment/judgment/bcJudgmentPoint/queryBcJudgmentPointByBcId', |
||||||
saveCache: 'python/python/saveCache', |
saveCache: 'python/python/saveCache', |
||||||
getLastCache: 'python/python/getLastCache', |
getLastCache: 'python/python/getLastCache', |
||||||
delCache: 'python/python/delCache', |
delCache: 'python/python/delCache', |
||||||
getDetailById: 'occupationlab/assessment/getDetailById', |
getDetailById: 'occupationlab/occupationlab/assessment/getDetailById', |
||||||
pageStuAssessment: 'occupationlab/assessment/pageStuAssessment', |
pageStuAssessment: 'occupationlab/occupationlab/assessment/pageStuAssessment', |
||||||
modelClassList: `nakadai/model/reference/modelClassList`, |
modelClassList: `nakadai/nakadai/model/reference/modelClassList`, |
||||||
referenceDemoList: `nakadai/model/reference/demo/referenceDemoList`, |
referenceDemoList: `nakadai/nakadai/model/reference/demo/referenceDemoList`, |
||||||
referenceFindById: `nakadai/model/reference/demo/findById`, |
referenceFindById: `nakadai/nakadai/model/reference/demo/findById`, |
||||||
checkIsShowBySystemId: `nakadai/model/reference/checkIsShowBySystemId`, |
checkIsShowBySystemId: `nakadai/nakadai/model/reference/checkIsShowBySystemId`, |
||||||
fileUpload: `${config.host}nakadai/nakadai/oss/fileUpload`, |
fileUpload: `${config.host}nakadai/nakadai/oss/fileUpload`, |
||||||
importData: `occupationlab/python/file/data/importData`, |
importData: `occupationlab/occupationlab/python/file/data/importData`, |
||||||
lookExcel: `occupationlab/python/file/data/lookExcel`, |
lookExcel: `occupationlab/occupationlab/python/file/data/lookExcel`, |
||||||
lookOver: `occupationlab/python/file/data/lookOver`, |
lookOver: `occupationlab/occupationlab/python/file/data/lookOver`, |
||||||
batchDeletion: `occupationlab/python/file/data/batchDeletion`, |
batchDeletion: `occupationlab/occupationlab/python/file/data/batchDeletion`, |
||||||
myData: `occupationlab/python/file/data/myData` |
myData: `occupationlab/occupationlab/python/file/data/myData` |
||||||
} |
} |
Loading…
Reference in new issue