From 38e2fda87c28fa7128d971e7afac1b05a06872d6 Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期日, 31 三月 2024 13:54:42 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes
---
UI-Project/vite.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/UI-Project/vite.config.js b/UI-Project/vite.config.js
index 88b4e3b..b0685b2 100644
--- a/UI-Project/vite.config.js
+++ b/UI-Project/vite.config.js
@@ -31,7 +31,7 @@
// rewrite: (path) => path.replace(/^\/api/, "/mesModuleTools"), //閲嶅啓鐪熷疄璺緞,鏇挎崲/api
},
'/api2': {
- target: 'localhost:8081/mesModuleTools',
+ target: 'localhost:8080/mesModuleTools',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api2/, "mesModuleTools"),
},
--
Gitblit v1.8.0