9 Star 104 Fork 23

solo/image-CloudDisk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
solo 提交于 2022-02-23 20:33 . 前端跨域
const url = process.env.NODE_ENV === "development" ? "https://alonepluto.info/api/cloud/v1" : "http://127.0.0.1:3002"
module.exports = {
transpileDependencies: ["vuetify"],
// 开发环境代理服务器
devServer: {
proxy: {
"/api": {
target: url,
changeOrigin: true,
pathRewrite: {
"^/api": ""
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/onlypluto/image-cloud-disk.git
[email protected]:onlypluto/image-cloud-disk.git
onlypluto
image-cloud-disk
image-CloudDisk
master

搜索帮助