Commit 3002fe0c authored by 黎博's avatar 黎博

新增环境详情菜单,修复环境列表跳转数据库同步地址

parent b4ab776b
......@@ -79,7 +79,7 @@ export default {
this.$router.go(0)
},
handleSyncMysql() {
this.$router.push('/effect/database')
this.$router.push('/effect/dbsync')
},
// 打开MQ同步对话框
handleMqSync(name) {
......
......@@ -459,7 +459,7 @@ export default {
},
// 同步数据库
syncDb() {
this.$router.push('/effect/database')
this.$router.push('/effect/dbsync')
},
// 打开MQ同步对话框
handleMqSync() {
......
......@@ -80,7 +80,7 @@ export default {
},
// 跳转到数据库同步页面
handleSyncMysql() {
this.$router.push('/effect/database')
this.$router.push('/effect/dbsync')
},
// 打开MQ同步对话框
handleMqSync(name) {
......
......@@ -36,6 +36,12 @@
"icon": "iconfont icon-xinicon_huabanfuben",
"path": "/docker/DevEnv"
},
{
"id": 3,
"title": "环境详情",
"icon": "iconfont icon-Docker",
"path": "/docker/env"
},
{
"id": 3,
"title": "服务配置管理",
......
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