From 93a730e178c17e2f32cc41d2f619de9c74391501 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 25 Nov 2024 09:38:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'
---
vite.config.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index ee27ecf..aae870f 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-11-13 19:15:01
+ * @LastEditTime: 2024-11-24 03:04:27
* @FilePath: \bigScreen\vite.config.js
* @Description:
*
@@ -99,6 +99,13 @@
rewrite: path => path.replace(/^\/panorama/, ''),
},
+ '/zhyq/newMx': {
+ // target: 'http://localhost',
+ target: 'https://wrj.shuixiongit.com/zhyq/newMx',
+ changeOrigin: true,
+ rewrite: path => path.replace(/^\/zhyq\/newMx/, ''),
+ },
+
'/zhyq/mx': {
// target: 'http://localhost',
target: 'https://wrj.shuixiongit.com/zhyq/mx',
--
Gitblit v1.9.3