diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbed4bb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# python子系统前端 \ No newline at end of file diff --git a/src/api/index.js b/src/api/index.js index 9a38b53..572e2d8 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -10,6 +10,7 @@ export default { saveCache: 'python/python/saveCache', getLastCache: 'python/python/getLastCache', delCache: 'python/python/delCache', + getTheMostRecentlyRunProject: 'python/python/getTheMostRecentlyRunProject', getDetailById: 'occupationlab/occupationlab/assessment/getDetailById', pageStuAssessment: 'occupationlab/occupationlab/assessment/pageStuAssessment', modelClassList: `nakadai/nakadai/model/reference/modelClassList`, diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 9b0e5a0..721d413 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -128,16 +128,19 @@