diff --git a/vite.config.js b/vite.config.js index b3f2642d..a2121db9 100755 --- a/vite.config.js +++ b/vite.config.js @@ -13,7 +13,7 @@ export default ({ mode, command }) => { proxy: { '/api': { target: 'http://localhost', - //target: 'http://test3.javablade.com', + //target: 'https://saber3.bladex.cn/api', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },