1 Star 0 Fork 1

怀旧/BLAZER小剧场

forked from 王朔/BLAZER小剧场 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangshuo 提交于 2023-05-19 17:28 . 123
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave:false,
devServer: {
proxy: {
'/pkq': {
// 代理到的目标地址
target: 'https://api.iynn.cn/film/api/v1',
// 代理地址和本地服务的域名是否一致?
changeOrigin: true,
// 重写规则
// 源地址 https://api.iynn.cn/film/api/v1/getNowPlayingFilmList
// 添加标识 proxy/getNowPlayingFilmList 代理地址
// 代理后的地址 https://api.iynn.cn/film/api/v1/proxy/getNowPlayingFilmList
pathRewrite: {
// 匹配代理标识 替换为空
'^/pkq': ''
}
},
'/baidu': {
target: 'https://api.map.baidu.com/',
changeOrigin: true,
pathRewrite: {
'^/baidu': ''
}
}
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/huaijiu_0/blazer-theater.git
git@gitee.com:huaijiu_0/blazer-theater.git
huaijiu_0
blazer-theater
BLAZER小剧场
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385