1 Star 0 Fork 3

谜语人/json-translation 批量翻译Json数据

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
如是 提交于 2021-11-18 16:11 . 提交
module.exports = {
devServer: {
open: true,
host: 'localhost',
port: 80,
https: false,
//以上的ip和端口是我们本机的;下面为需要跨域的
proxy: { //配置跨域
'/api': {
target: 'http://api.fanyi.baidu.com/', //这里后台的地址模拟的;应该填写你们真实的后台接口
// target: 'http://api.ihuazi.cn/', //这里后台的地址模拟的;应该填写你们真实的后台接口
ws: true,
changOrigin: true, //允许跨域
pathRewrite: {
'^/api': '' //请求的时候使用这个api就可以
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/riddler-miyuren/json-translation.git
git@gitee.com:riddler-miyuren/json-translation.git
riddler-miyuren
json-translation
json-translation 批量翻译Json数据
master

搜索帮助