1 Star 0 Fork 0

树莓/mall001

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 287 Bytes
一键复制 编辑 原始数据 按行查看 历史
树莓 提交于 2023-06-25 14:17 . first
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave:false,
// 配置代理服务器,解决跨域
devServer:{
proxy:{
"/api":{
target:"http://39.98.123.211:8510/",
}
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wtwlpyx/mall001.git
git@gitee.com:wtwlpyx/mall001.git
wtwlpyx
mall001
mall001
master

搜索帮助