Commit 7f77054c authored by hanfeng zhang's avatar hanfeng zhang

321

parent 2a287a97
......@@ -18,16 +18,16 @@ module.exports = {
}
},
devServer: {
// proxy: { // 设置代理
// '/proxyApi': {
// target:process.env.VUE_APP_URL,
// // target: 'http://' + "124.71.183.184:8093",
// changeOrigin: true,
// pathRewrite: {
// '^/proxyApi': ''
// }
// }
// }
proxy: { // 设置代理
'/proxyApi': {
target:'http://172.16.101.107:20000',
// target: 'http://' + "124.71.183.184:8093",
changeOrigin: true,
pathRewrite: {
'^/proxyApi': ''
}
}
}
},
// pwa: {
// name: 'My App',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment