From 6e744a10b5c8110f32f5e524d053498aa6683863 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Fri, 22 Mar 2024 22:11:02 +0800 Subject: [PATCH] ; --- vite.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vite.config.js b/vite.config.js index dcf64d0d..090c7763 100644 --- a/vite.config.js +++ b/vite.config.js @@ -15,8 +15,8 @@ export default ({ mode, command }) => { // target: 'http://192.168.10.126:8889', // hy // target: 'http://192.168.3.12:13000', - // cg - // target: 'http://192.168.3.18:13000', + // xiaohei + // target: 'http://192.168.3.18:13000', // lmy // target: 'http://192.168.10.123:8889', // target: 'http://192.168.10.101:8888', @@ -25,7 +25,7 @@ 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', @@ -33,7 +33,7 @@ export default ({ mode, command }) => { // target: 'http://192.168.10.29:13000', // target: 'http://192.168.3.5:13000',//? // target: 'http://h5uapi.huitongys.com', - // target: 'http://test.api.huo5you.com', + target: 'http://test.api.huo5you.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },