Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -35,7 +35,7 @@ module.exports = { | ... | @@ -35,7 +35,7 @@ module.exports = { |
| 35 | // detail: https://cli.vuejs.org/config/#devserver-proxy | 35 | // detail: https://cli.vuejs.org/config/#devserver-proxy |
| 36 | [process.env.VUE_APP_BASE_API]: { | 36 | [process.env.VUE_APP_BASE_API]: { |
| 37 | //target: `http://localhost:8080`, | 37 | //target: `http://localhost:8080`, |
| 38 | - //target: `http://192.168.1.45:8080`, | 38 | + // target: `http://192.168.1.45:8080`, |
| 39 | target: `http://192.168.1.134:18080`, | 39 | target: `http://192.168.1.134:18080`, |
| 40 | changeOrigin: true, | 40 | changeOrigin: true, |
| 41 | pathRewrite: { | 41 | pathRewrite: { | ... | ... |
-
Please register or login to post a comment