1 Star 0 Fork 0

dongshengye/企业员工工资管理-前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
dongshengye 提交于 2022-12-23 16:09 . 第一次提交
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
module.exports={
devServer: {
proxy: {
'^/api': {
target: 'http://localhost:8000',//后端接口地址
changeOrigin: true,//是否允许跨越
secure: true, // 如果是https接口,需要配置这个参数为true
pathRewrite: {
'^/api': '/api/v1'//重写,
}
}
}
},
publicPath: './'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongshengye/company-employee-front.git
git@gitee.com:dongshengye/company-employee-front.git
dongshengye
company-employee-front
企业员工工资管理-前端
master

搜索帮助