2 Star 0 Fork 0

chen/wct5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
chen 提交于 2021-06-26 16:47 . 1
// vue.config.js
module.exports = {
devServer: {
host: "localhost",
port: 8080, // 端口号
https: false, // https:{type:Boolean}
// open: false, //配置自动启动浏览器
hotOnly: true, // 热更新
// proxy: 'http://121.196.155.17:9092' // 配置跨域处理,只有一个代理
proxy: { //配置多个跨域
"/api": {
target: "http://localhost:3001/",
// target: "http://121.196.155.17:9092",
changeOrigin: true,
// ws: true,//websocket支持
secure: false,
pathRewrite: {
"^/api": "/"
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fhnl/wct5.git
git@gitee.com:fhnl/wct5.git
fhnl
wct5
wct5
master

搜索帮助