From 28c38ed76b5d582d969d2ebcc53ef4affee751dd Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Thu, 14 Dec 2023 10:55:00 +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 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/vite.config.js b/vite.config.js index 8fb22299..78b59cbc 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,19 +13,7 @@ export default ({ mode, command }) => { proxy: { '/api': { // target: 'http://192.168.10.126:8889', -<<<<<<< HEAD - target: 'https://h5uapi.huitongys.com', -======= - // hy - target: 'http://192.168.10.48:13000', - // tjj - // target: 'http://192.168.10.25:13000', - // cg - // target: 'http://192.168.10.200:13000', - - // target: 'http://test.api.huitongys.com', ->>>>>>> pre-production changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },