From 200560500894834ed3cdb8a4715402d5e195a7cb Mon Sep 17 00:00:00 2001
From: wang <3597712270@qq.com>
Date: 星期四, 18 四月 2024 11:21:36 +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 dc9359d..c0255a0 100644
--- a/UI-Project/vite.config.js
+++ b/UI-Project/vite.config.js
@@ -27,7 +27,7 @@
rewrite: (path) => path.replace(/^\/api/, '/'),
},
'/api2': {
- target: 'http://localhost:8081/mesModuleTools',
+ target: 'http://localhost:8085/mesModuleTools',
changeOrigin: true,
pathRewrite: {
'^/api2': '',
--
Gitblit v1.8.0