diff --git a/vite.config.js b/vite.config.js index faecc216..16a8d419 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { - target: 'http://localhost:13000', + target: 'http://192.168.2.110:9999', //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),