From 17a81d641608545682e3f79f7c6090cac48fe81a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 15 Sep 2025 18:10:01 +0800
Subject: [PATCH] feat:去除高亮

---
 vite.config.js |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index a47317e..15dfb45 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: 2025-01-08 17:14:17
+ * @LastEditTime: 2025-01-12 01:00:49
  * @FilePath: \bigScreen\vite.config.js
  * @Description: 
  * 
@@ -129,11 +129,17 @@
         //   rewrite: path => path.replace(/^\/zhyq-rc\/mx/, ''),
         // },
 
-        '/zhyqapi': {
+        '/zhyqrcapi': {
           // target: 'http://localhost:8082',
           target: 'https://wrj.shuixiongit.com/zhyqrcapi',
           changeOrigin: true,
-          rewrite: path => path.replace(/^\/zhyqapi/, ''),
+          rewrite: path => path.replace(/^\/zhyqrcapi/, ''),
+        },
+
+        '/arcgis117': {
+          target: 'https://wrj.shuixiongit.com/arcgis117',
+          changeOrigin: true,
+          rewrite: path => path.replace(/^\/arcgis117/, ''),
         },
       },
     },

--
Gitblit v1.9.3