1 Star 0 Fork 59

Quartz/tlmall-front

forked from tearwind/tlmall-front 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
tearwind 提交于 2022-11-01 12:09 . 初始化提交
module.exports = {
devServer:{
host:'0.0.0.0',
port:8080,
proxy:{
'/home/*':{
target:'http://127.0.0.1:8887',
changeOrigin:true,
// pathRewrite:{
// '/home':''
// }
},
'/pms/*':{
target:'http://127.0.0.1:8888',
changeOrigin:true,
}
,
'/cart/*':{
target:' http://127.0.0.1:8888',
changeOrigin:true,
}
,
'/sso/*':{
target:'http://127.0.0.1:8888',
changeOrigin:true,
}
,
'/member/*':{
target:'http://127.0.0.1:8888',
changeOrigin:true,
} ,
'/order/*':{
target:'http://127.0.0.1:8888',
changeOrigin:true,
},
'/static/qrcode/*':{
target:'http://127.0.0.1:8844',
changeOrigin:true,
},
'/es/*':{
target:'http://127.0.0.1:8054',
changeOrigin:true,
pathRewrite:{
'/es':''
}
}
}
},
// publicPath:'/app',
// outputDir:'dist',
// indexPath:'index2.html',
// lintOnSave:false,
productionSourceMap:true,
chainWebpack:(config)=>{
config.plugins.delete('prefetch');
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liubo8888/tlmall-front.git
git@gitee.com:liubo8888/tlmall-front.git
liubo8888
tlmall-front
tlmall-front
master

搜索帮助