1 Star 1 Fork 0

Mr.Wei/汉字小工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
Mr.Wei 提交于 2022-06-28 16:42 . 添加生产环境.env.js
module.exports = {
devServer: {
proxy: {
"/api": {
target: "https://img.xjh.me",
changeOrigin: true,//是否跨域
secure: true,// 设置支持https协议的代理
pathRewrite:{"^/api":"/"}
},
"/bind":{
target: "https://cn.bing.com",
changeOrigin: true,//是否跨域
secure: true,// 设置支持https协议的代理
pathRewrite:{"^/bind":"/"}
},
"/faceplusplus":{
target: "https://api-cn.faceplusplus.com",
changeOrigin: true,//是否跨域
secure: true,// 设置支持https协议的代理
pathRewrite:{"^/faceplusplus":"/"}
},
"/mobile":{
target: "https://dict-mobile.iciba.com",
changeOrigin: true,//是否跨域
secure: true,// 设置支持https协议的代理
pathRewrite:{"^/mobile":"/"}
},
"/juhe":{
target: "http://v.juhe.cn",
changeOrigin: true,//是否跨域
secure: true,// 设置支持https协议的代理
pathRewrite:{"^/juhe":"/"}
},
"/route":{
target: "https://route.showapi.com/",
changeOrigin: true,//是否跨域
secure: true,// 设置支持https协议的代理
pathRewrite:{"^/route":"/"}
},
// 字典类
"/jisuapi":{
target: "https://api.jisuapi.com/",
changeOrigin: true,//是否跨域
secure: true,// 设置支持https协议的代理
pathRewrite:{"^/jisuapi":"/"}
},
},
https: true,
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Mr_weiyongzhi/hello-chinese.git
git@gitee.com:Mr_weiyongzhi/hello-chinese.git
Mr_weiyongzhi
hello-chinese
汉字小工具
master

搜索帮助