4 Star 39 Fork 20

巷子工坊(开源)/uni-halo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 241 Bytes
一键复制 编辑 原始数据 按行查看 历史
小莫唐尼 提交于 2024-07-11 11:24 . update: 移除node_modules依赖
//vue.config.js
module.exports = {
devServer: {
disableHostCheck: true,
proxy: {
"/apis": {
target: 'https://demo.halo.run',
changeOrigin: true,
secure: true,
pathRewrite: {
"^/apis": "/apis"
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ialley-workshop-open/uni-halo.git
git@gitee.com:ialley-workshop-open/uni-halo.git
ialley-workshop-open
uni-halo
uni-halo
main

搜索帮助