feat:智能体探索窗口与任务过程探索窗口联动修改

This commit is contained in:
liailing1026
2026-01-13 13:57:56 +08:00
parent 59fd94e783
commit 69587c0481
6 changed files with 177 additions and 169 deletions

View File

@@ -47,7 +47,8 @@ export default defineConfig({
'/api': {
changeOrigin: true,
// 接口地址
target: 'http://82.157.183.212:21092',
// target: 'http://82.157.183.212:21092',
target: 'http://82.157.183.212:21097',
// target: 'http://localhost:8000',
// rewrite: (path: string) => path.replace(/^\/api/, ''),
// configure: (proxy, options) => {