feat: 修改ai学习助手接口

This commit is contained in:
王天骄
2026-06-24 10:50:58 +08:00
parent 89f6d06710
commit 92eba5adc8
30 changed files with 207 additions and 47 deletions
+5
View File
@@ -14,6 +14,11 @@ export default defineConfig({
target: 'http://8.160.178.88',
changeOrigin: true
},
'/dify': {
target: 'http://8.160.178.88:8088',
changeOrigin: true,
rewrite: path => path.replace(/^\/dify/, '')
},
'/app': {
target: 'http://8.160.178.88',
changeOrigin: true