Commit 9b30ce81 authored by 黎博's avatar 黎博

修改环境详情日志服务器ip

parent b9973495
......@@ -669,7 +669,7 @@ export default {
refreshInterval(value) {},
linkShell(scopeData) {
window.open(
`http://172.30.220.24:9600/static/terminal.html?namespace=${this.namespace}&pod=${scopeData.podName}`,
`http://172.29.1.16:9600/static/terminal.html?namespace=${this.namespace}&pod=${scopeData.podName}`,
'_blank'
)
},
......@@ -689,7 +689,7 @@ export default {
path = `/home/quant_group/logs/*.log`
}
window.open(
`http://172.30.220.24:9600/static/logs.html?namespace=${this.namespace}&pod=${scopeData.podName}&paths=${path}`,
`http://172.29.1.16:9600/static/logs.html?namespace=${this.namespace}&pod=${scopeData.podName}&paths=${path}`,
'_blank'
)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment