Commit 35aee7d6 authored by 智勇's avatar 智勇

update

parent 8f10a3f7
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
this.desc = new Date().toLocaleTimeString() + ` 测试环境 ${this.temp.namespace} 正在同步 ${this.temp.dbname} 数据库,已等待 ${this.timer}s...\n\n\n` + res.log.body this.desc = new Date().toLocaleTimeString() + ` 测试环境 ${this.temp.namespace} 正在同步 ${this.temp.dbname} 数据库,已等待 ${this.timer}s...\n\n\n` + res.log.body
setTimeout(() => { setTimeout(() => {
this.syncQuery(location) this.syncQuery(location)
}, 3000) }, 5000)
}) })
}, },
......
...@@ -35,7 +35,8 @@ export default { ...@@ -35,7 +35,8 @@ export default {
getMqService() { getMqService() {
fetchServiceDetails({ fetchServiceDetails({
namespace: this.namespace, namespace: this.namespace,
serviceName: 'rabbitmq' serviceName: 'rabbitmq',
type: 'base'
}).then(res => { }).then(res => {
const host = res.data.lanIp const host = res.data.lanIp
const port = res.data.portMappings.filter(item => item.port === 15672)[0].nodePort const port = res.data.portMappings.filter(item => item.port === 15672)[0].nodePort
......
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