diff --git a/vite.config.js b/vite.config.js index bd7133ab..d2a2d77e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -22,8 +22,7 @@ export default ({ mode, command }) => { // sst // target: 'http://192.168.10.94:8888', // target: 'http://192.168.10.29:13000', - target: 'http://test.api.huitongys.com', - // target: 'http://h5uapi.huitongys.com', + target: 'http://h5uapi.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },