diff --git a/vite.config.js b/vite.config.js index 2925b01f..cfd2d088 100644 --- a/vite.config.js +++ b/vite.config.js @@ -18,7 +18,7 @@ export default ({ mode, command }) => { // longge // target: 'http://192.168.3.16:13000', // xiaohei - // target:'http://192.168.3.65:13000', + // target:'http://192.168.3.65:13000' , // target: 'http://192.168.3.65:13000', // lmy // target: 'http://192.168.10.123:8889', @@ -32,15 +32,15 @@ export default ({ mode, command }) => { // ć–°zyc // target: 'http://192.168.6.116:8777', // target: 'http://192.168.6.122:8777', - target: 'http://192.168.3.14:13000', + // target: 'http://192.168.3.14:13000', // target: 'http://192.168.10.25:2888', // target: 'http://192.168.6.161:9777',//CY // target: 'http://192.168.10.57:13000', // target: 'http://192.168.10.200:13000', // target: 'http://192.168.3.16:13000', // target: 'http://192.168.3.73:13000', // - // target: 'http://h5uapi.huitongys.com', - // target: 'http://test.api.huo5u.com', + // target: 'http://api.huo5u.com/', + target: 'http://test.api.huo5u.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },