bug修复

This commit is contained in:
2025-12-22 23:40:47 +08:00
parent 7d53a059d7
commit 1fefd98d74
19 changed files with 1339 additions and 534 deletions
+11
View File
@@ -26,5 +26,16 @@ export const menuConfig: MenuItem[] = [
path: '/aiconfig',
title: 'AI配置管理',
icon: 'Setting'
},
{
path: '/tools',
title: '开发工具',
icon: 'Tools',
children: [
{
path: '/tools/api-tester',
title: 'API接口调用'
}
]
}
]