vite.config.mjs @@ -47,7 +47,7 @@ proxy: { '/api': { target: 'http://localhost', //target: 'https://saber3.bladex.cn/api', // target: 'https://wrj.shuixiongit.com/api', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },