mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-26 00:00:59 +00:00
fix: 修改数据库设置跳转路由 (#2320)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user