2 Star 1 Fork 0

SocietyETO / adminWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
QQ技术 提交于 2020-05-26 16:44 . 初始化项目代码
module.exports = {
devServer: {
proxy: {
'/api': {
target: 'http://xxxx/device/', //对应自己的接口
changeOrigin: true,
ws: true,
pathRewrite: {
'^/api': ''
}
}
}
}
}
JavaScript
1
https://gitee.com/society-eto/adminWeb.git
git@gitee.com:society-eto/adminWeb.git
society-eto
adminWeb
adminWeb
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891