1 Star 2 Fork 2

唐朝阳/基于Vue2的千城百行招聘网后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
唐朝阳 提交于 2022-06-02 16:56 . 完成
let proxyObj = {}
proxyObj['/api'] = {
//websocket
ws: false,
//目标地址
target: 'http://localhost:9527',
//发送请求头中host会设置成target
changeOrigin: true, //不重写请求地址
pathRewrite: {
'^/api': ''
}
}
proxyObj['/StaticSource'] = {
//websocket
ws: false,
//目标地址
target: 'http://localhost',
//发送请求头中host会设置成target
changeOrigin: true, //不重写请求地址
}
module.exports = {
// 打包时加上
// assetsDir: 'static',
// parallel: false,
// publicPath: './',
devServer: {
host: 'localhost',
port: 8082,
proxy: proxyObj
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tangchaoyang/recruit-admin.git
git@gitee.com:tangchaoyang/recruit-admin.git
tangchaoyang
recruit-admin
基于Vue2的千城百行招聘网后台管理系统
master

搜索帮助