2 Star 0 Fork 0

共离/薪资前端

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
vue.config.js 317 Bytes
Copy Edit Raw Blame History
Deng authored 2023-11-16 15:46 . 提交代码
module.exports = {
lintOnSave: false, // 关闭语法检查
devServer: {
port: 9712,
proxy: {
'/dev': {
// 请求前缀
target: 'http://localhost:' + process.env.VUE_APP_PORT, pathRewrite: { '^/dev': '' }, changeOrigin: true // 用于控制请求头中的host值
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wyl666888/salary-front-end.git
git@gitee.com:wyl666888/salary-front-end.git
wyl666888
salary-front-end
薪资前端
master

Search

0d507c66 1850385 C8b1a773 1850385