1 Star 0 Fork 16

@guaguaba/Snmp网络运维系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
long 提交于 2022-07-01 23:42 . 前端
module.exports = {
devServer:{
host: '0.0.0.0',
port: 8080,
open: true,
proxy: {
['^/']: {
target: `http://localhost:8083`,
changeOrigin: true,
}
},
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/october-peach/SnmpNetwork.git
git@gitee.com:october-peach/SnmpNetwork.git
october-peach
SnmpNetwork
Snmp网络运维系统
master

搜索帮助