From 9bb0f30e8db43c1eb554f30cbc700316a73aca03 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Wed, 20 Dec 2023 19:54:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/vite.config.js b/vite.config.js index 1ecee3d4..3d832a12 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,32 +12,7 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { -<<<<<<< HEAD - target: 'http://test.api.huitongys.com', -======= - // target: 'http://192.168.10.126:8889', - // hy - // target: 'http://192.168.10.48:13000', - // lmy - // target: 'http://192.168.10.123:8889', - // target: 'http://192.168.10.101:8888', - // 老zyc - // target: 'http://192.168.10.75:8777', - // 新zyc - // target: 'http://192.168.6.116:8777', - target: 'http://192.168.6.122:8777', - // target: 'http://192.168.10.25:13000', - // target: 'http://192.168.10.57:13000', - // target: 'http://192.168.6.122:8777', - // target: 'http://192.168.6.116:8777', - // tjj - // sst - // target: 'http://192.168.10.94:8888', - // target: 'http://192.168.10.29:13000', - // target: 'http://h5uapi.huitongys.com', - // target: 'http://test.api.huitongys.com', ->>>>>>> dev changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },