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