Commit d0680f82 authored by 智勇's avatar 智勇

详情数据调整

parent 1db314a4
......@@ -38,7 +38,7 @@ export default {
serviceName: 'rabbitmq'
}).then(res => {
const host = res.data.lanIp
const port = res.data.service.portMappings.filter(item => item.containerPort === 15672)[0].nodePort
const port = res.data.portMappings.filter(item => item.port === 15672)[0].nodePort
this.mqUrl = `${host}:${port}`
})
},
......
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