diff --git a/vite.config.js b/vite.config.js index b8d1ebbc..180dd97e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -30,9 +30,10 @@ export default ({ mode, command }) => { // sst // target: 'http://192.168.10.200:13000', // target: 'http://192.168.10.29:13000', - target: 'http://192.168.3.5:13000', //? + // target: 'http://192.168.3.5:13000', //? // target: 'http://h5uapi.huitongys.com', - target: 'http://192.168.10.106:9999', + target: 'http://test.api.huo5you.com/', + // target: 'http://192.168.10.106:9999', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },