From a612463667bd599a9064397f5da3caf769a453d1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Dec 2024 13:44:24 +0800
Subject: [PATCH] 燃气、给水,图层移除
---
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