Commit 53ec5fb4 authored by 智勇's avatar 智勇

服务地址使用https

parent 326578e2
...@@ -598,7 +598,7 @@ export default { ...@@ -598,7 +598,7 @@ export default {
}) })
}, },
handleDetail(data) { handleDetail(data) {
window.open(`http://${data.host}/`, '_blank') window.open(`https://${data.host}/`, '_blank')
// ingressHost({ namespace: data.namespace, serviceName: data.serviceName }).then(res => { // ingressHost({ namespace: data.namespace, serviceName: data.serviceName }).then(res => {
// const url = res.data.body.spec.rules[0].host // const url = res.data.body.spec.rules[0].host
......
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