|
|
|
@ -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考核,请选择其他考核"); |
|
|
|
|