1 Star 0 Fork 0

lhqfairy/Oct_18th_route

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
lhqfairy 提交于 2022-10-18 23:24 . 1018作业提交
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
devServer: { //设置开发服务器
proxy: { //设置代理
'/api': { //当在程序中发送以 '/api' 开头的请求时, 会自动的将请求转发到 target 所表示的目标服务器
target: 'http://waimai.yantianfeng.com/',//设置目标服务器地址
changeOrigin: true, //允许跨域
pathRewrite: {} //重写请求地址
}
}
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lhqfairy/oct_18th_route.git
[email protected]:lhqfairy/oct_18th_route.git
lhqfairy
oct_18th_route
Oct_18th_route
master

搜索帮助