From bbcd5945cae34b1ea5f992f526e02dcf722801c6 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 21 十二月 2023 09:13:17 +0800
Subject: [PATCH] 内网

---
 vite.config.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vite.config.ts b/vite.config.ts
index 731a682..dbb4557 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -26,10 +26,10 @@
       open: true,
       proxy: {
         [env.VITE_APP_BASE_API]: {
-          target: 'http://80.36.32.176:8080',
+          // target: 'http://80.36.32.176:8080',
           // target: 'http://51.9.57.211:8080',
           // target: 'http://80.36.32.176:8080',
-          // target: 'http://162.14.79.111:2023',
+          target: 'http://162.14.79.111:2023',
           changeOrigin: true,
           rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
         }

--
Gitblit v1.8.0