1 Star 0 Fork 0

lcxq / vue-fenci

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
805174018@qq.com 提交于 2019-09-19 13:31 . 路由更改
module.exports = {
lintOnSave: false,
publicPath : "./",
devServer: {
open: true,
host: '0.0.0.0',
port: 8080,
https: false,
hotOnly: false,
proxy: {
// 配置跨域
'/api': {
target: 'http://106.75.137.205:8081/api/',
// ws: true,
changOrigin: true, // 跨域
pathRewrite: {
'^/api': ''
}
}
},
before: app => {}
}
}
1
https://gitee.com/wzl1997611/vue-fenci.git
git@gitee.com:wzl1997611/vue-fenci.git
wzl1997611
vue-fenci
vue-fenci
master

搜索帮助