From bd1e222a894e903bd28390df132320a7975c1f18 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 02 Dec 2024 21:15:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'
---
vite.config.js | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 596d4e2..a2a675a 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-25 10:56:27
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-12-01 21:17:55
+ * @LastEditTime: 2024-12-02 19:53:54
* @FilePath: \bigScreen\vite.config.js
* @Description:
*
@@ -116,12 +116,12 @@
rewrite: path => path.replace(/^\/zhyq\/newMx/, ''),
},
- // '/zhyq/mx': {
- // // target: 'http://localhost',
- // target: 'https://wrj.shuixiongit.com/zhyq/mx',
- // changeOrigin: true,
- // rewrite: path => path.replace(/^\/zhyq\/mx/, ''),
- // },
+ '/zhyq/mx': {
+ // target: 'http://localhost',
+ target: 'https://wrj.shuixiongit.com/zhyq/mx',
+ changeOrigin: true,
+ rewrite: path => path.replace(/^\/zhyq\/mx/, ''),
+ },
'/zhyqapi': {
// target: 'http://localhost:8082',
--
Gitblit v1.9.3