diff --git a/vite.config.js b/vite.config.js index e8b9f691..ba4c0221 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { - target: 'http://test.api.huitongys.com', + target: 'http://h5uapi.huitongys.com', //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),