1 Star 1 Fork 0

mftaskctl/taskctl7.0-rest-api-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
mftaskctl 提交于 2020-07-13 11:09 . publicPath change
module.exports = {
devServer: {
proxy: {
"/": {
// target: "http://127.0.0.1:8099",
target: "http://192.168.0.199:8099",
changeOrigin: false
}
}
},
publicPath: './'
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mftaskctl/taskctl7.0-rest-api-demo.git
git@gitee.com:mftaskctl/taskctl7.0-rest-api-demo.git
mftaskctl
taskctl7.0-rest-api-demo
taskctl7.0-rest-api-demo
master

搜索帮助