5 Star 1 Fork 9

SevenPWZ/Multi-Agent-Visualization:多智能体可视化仿真

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
mingwei 提交于 2023-11-29 14:12 . 修改vue.config.js
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
devServer: {
proxy: {
'/api1': {
target: 'http://111.47.28.118:30886', // 配置访问的服务器地址
// target: 'http://127.0.0.1:9998', // 配置访问的服务器地址
pathRewrite: { '^/api1': '' },
ws: true,
// 是否支持 webstocket, 默认是 true
changeOrigin: true // 用于控制请求头中的 host 值, 默认是 ture
},
'/api2': {
target: 'http://111.47.28.118:30885', // 配置访问的服务器地址
// target: 'http://127.0.0.1:9999', // 配置访问的服务器地址
pathRewrite: { '^/api2': '' },
ws: true, // 是否支持 webstocket, 默认是 true
changeOrigin: true // 用于控制请求头中的 host 值, 默认是 ture
}
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sevenpwz/multi-agent-front-end.git
git@gitee.com:sevenpwz/multi-agent-front-end.git
sevenpwz
multi-agent-front-end
Multi-Agent-Visualization:多智能体可视化仿真
master

搜索帮助