2 Star 0 Fork 0

weblfg / wuhan20200307

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
weblfg 提交于 2020-03-09 22:24 . pwas应用
module.exports = {
devServer: {
/* 自动打开浏览器 */
open: true,
/* 设置为0.0.0.0则所有的地址均能访问 */
host: '0.0.0.0',
port: 8066,
https: false,
/* 使用代理 */
proxy: {
'/api': {
/* 目标代理服务器地址 */
target: 'https://openai.weixin.qq.com/',
/* 允许跨域 */
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
},
},
},
};
1
https://gitee.com/weblfg/wuhan20200307.git
git@gitee.com:weblfg/wuhan20200307.git
weblfg
wuhan20200307
wuhan20200307
master

搜索帮助