diff --git a/vite.config.js b/vite.config.js index 21de31f6..4c8aa969 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { - target: 'http://192.168.10.126:8889', + target: 'http://192.168.10.200:8888', //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),