ai视频二期功能提交-编辑ai摘要

This commit is contained in:
sunli_tydic
2025-12-16 14:21:06 +08:00
parent ea6989cddc
commit 04e163b63e
6 changed files with 2606 additions and 2169 deletions

View File

@@ -144,6 +144,17 @@ module.exports = {
'^/manageApi': '/manageApi'
}
},
'/systemapi/aiVideo': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9090',
target: 'http://10.29.0.168:8088',
changeOrigin: true,
logLevel: 'debug',
secure: false,
pathRewrite: {
'^/systemapi/aiVideo': ''
}
},
'/systemapi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9090',