3 Star 0 Fork 0

一明俩狗/auto-lab-system-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
Paul 提交于 2024-04-18 11:33 +08:00 . 1.0
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
devServer: {
proxy: {
'/api': {
target: 'http://localhost:8081', // 设置你需要代理的接口地址
changeOrigin: true,
pathRewrite: {
'^/api': '' // 如果接口地址中没有/api前缀,可以将其替换为空
}
}
}
},
transpileDependencies: true
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/one-ming-two-dogs/auto-lab-system-web.git
git@gitee.com:one-ming-two-dogs/auto-lab-system-web.git
one-ming-two-dogs
auto-lab-system-web
auto-lab-system-web
main

搜索帮助