From e8d3676793d4194485afec7940aaf355af594901 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 18 四月 2024 14:24:52 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes

---
 UI-Project/vite.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/UI-Project/vite.config.js b/UI-Project/vite.config.js
index fb950f2..c0255a0 100644
--- a/UI-Project/vite.config.js
+++ b/UI-Project/vite.config.js
@@ -22,12 +22,12 @@
     https: false,
     proxy: {
       '/api': {
-        target: 'http://localhost:8081/',
+        target: 'http://localhost:8080/mesModuleTools',
         changeOrigin: true,
         rewrite: (path) => path.replace(/^\/api/, '/'),
       },
       '/api2': {
-        target: 'http://localhost:8081/mesModuleTools',
+        target: 'http://localhost:8085/mesModuleTools',
         changeOrigin: true,
         pathRewrite: {
           '^/api2': '',

--
Gitblit v1.8.0