diff --git a/vite.config.js b/vite.config.js index 30f12db2..45f38974 100644 --- a/vite.config.js +++ b/vite.config.js @@ -17,9 +17,9 @@ export default ({ mode, command }) => { // target: 'http://192.168.10.48:8888', // target: 'http://192.168.10.123:8889', // target: 'http://192.168.10.101:8888', - target: 'http://192.168.10.75:8777', + // target: 'http://192.168.10.75:8777', // target: 'http://192.168.10.29:13000', - // target: 'http://test.api.huitongys.com', + target: 'http://test.api.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },