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

321

parent 2a287a97
...@@ -18,16 +18,16 @@ module.exports = { ...@@ -18,16 +18,16 @@ module.exports = {
} }
}, },
devServer: { devServer: {
// proxy: { // 设置代理 proxy: { // 设置代理
// '/proxyApi': { '/proxyApi': {
// target:process.env.VUE_APP_URL, target:'http://172.16.101.107:20000',
// // target: 'http://' + "124.71.183.184:8093", // target: 'http://' + "124.71.183.184:8093",
// changeOrigin: true, changeOrigin: true,
// pathRewrite: { pathRewrite: {
// '^/proxyApi': '' '^/proxyApi': ''
// } }
// } }
// } }
}, },
// pwa: { // pwa: {
// name: 'My App', // 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