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) {