From 334441ca3ad8f64f516f1ec90fba1da3488f76d1 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 03 Dec 2024 13:45:53 +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 a2a675a..f69b8d7 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-02 19:53:54
+ * @LastEditTime: 2024-12-03 13:42:55
* @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