fix: 修改数据库设置跳转路由 (#2320)

This commit is contained in:
ssongliu
2023-09-16 06:36:15 +00:00
committed by GitHub
parent 52198e9c0c
commit 8faa3b6e51
3 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const databaseRouter = {
},
},
{
path: 'mysql/setting/:type/:database/:databaseID',
path: 'mysql/setting/:type/:database',
name: 'MySQL-Setting',
component: () => import('@/views/database/mysql/setting/index.vue'),
props: true,