From 4517d7b1d71dccce9b69e3c805168e1ec8a64244 Mon Sep 17 00:00:00 2001 From: "jialong.yu" Date: Thu, 23 Dec 2021 10:59:17 +0800 Subject: [PATCH] =?UTF-8?q?python=E5=AD=90=E7=B3=BB=E7=BB=9F=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E8=B7=B3pyTrials?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ass/list/index.vue | 3 +-- src/pages/station/preview/index.vue | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index c28682f..12f31ad 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -463,8 +463,7 @@ export default { if(process.env.NODE_ENV === 'development') { href = 'http://192.168.31.125:8080/#/' } else { - const path = Setting.pythonList.find(e => e.id === curriculumId).path - href = `${location.origin}/${path}` + href = `${location.origin}/pyTrials` // 8个python子系统都跳这个地址,子系统会通过cookie里的systemId识别展示哪套系统 } } if (!href) return util.errorMsg("该考核非Python考核,请选择其他考核"); diff --git a/src/pages/station/preview/index.vue b/src/pages/station/preview/index.vue index 98bbb66..edb4197 100644 --- a/src/pages/station/preview/index.vue +++ b/src/pages/station/preview/index.vue @@ -311,8 +311,7 @@ export default { if(process.env.NODE_ENV === 'development') { href = 'http://192.168.31.125:8080/#/' } else { - const path = Setting.pythonList.find(e => e.id === id).path - href = `${location.origin}/${path}` + href = `${location.origin}/pyTrials` // 8个python子系统都跳这个地址,子系统会通过cookie里的systemId识别展示哪套系统 } } if (id != 21 && id != 22) {