1 Star 2 Fork 2

Jerry K / vue-ant-design-typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dev.config.js 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jerry K 提交于 2020-02-12 16:51 . 补充 当前驱动 参数不全 问题
/**
* proxy
*/
const DevConf = {
Local: "http://127.0.0.1:3000",
Remote: "http://172.25.73.17:50001",
Soho: "http://192.168.1.103:3000"
};
const target = DevConf.Soho;
exports.DevServer = {
host: "localhost",
port: 8080,
https: false,
hot: true, // 开启热模块加载
proxy: {
"/api": {
target,
changeOrigin: true,
pathRewrite: {
"^/api": "/"
}
}
}
};
JavaScript
1
https://gitee.com/g0ngjie/vue-ant-design-typescript.git
git@gitee.com:g0ngjie/vue-ant-design-typescript.git
g0ngjie
vue-ant-design-typescript
vue-ant-design-typescript
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891