拼团显示、秒杀时间、运费模块bug修改

This commit is contained in:
Aaron
2021-07-12 19:23:03 +08:00
parent f2596c53a3
commit 79305d7497
5 changed files with 23 additions and 7 deletions

View File

@ -164,7 +164,18 @@
"h5" : {
"title" : "yshop",
"devServer" : {
"disableHostCheck" : true
"disableHostCheck" : true,
"proxy": {
"/h5api": {
// 需要被代理的后台地址
"target": "http://itxzz.top",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/h5api": "/api"
}
}
}
},
"router" : {
"mode" : "history"