From 1d2b7098d1ac27b6af73acbf0e28466aea95e35d Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 28 Jul 2022 15:53:37 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/api/index.js | 1 + src/components/TestPanel.vue | 30 ++++++++++++++++++++++-------- src/components/codemirror.vue | 1 + src/config/index.js | 24 +++++++++++++++++++++--- src/views/Home.vue | 13 +++++++++++-- vue.config.js | 5 ++++- 7 files changed, 61 insertions(+), 14 deletions(-) create mode 100644 README.md 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 @@