From c532f35dff316106802df5c6f67cfb8626d86aca Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 24 Dec 2024 16:52:39 +0800
Subject: [PATCH] 临川相关调整

---
 vite.config.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index f69b8d7..c9be228 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-03 13:42:55
+ * @LastEditTime: 2024-12-24 14:52:51
  * @FilePath: \bigScreen\vite.config.js
  * @Description: 
  * 
@@ -123,11 +123,11 @@
         //   rewrite: path => path.replace(/^\/zhyq\/mx/, ''),
         // },
 
-        '/zhyqapi': {
+        '/zhyqhbapi': {
           // target: 'http://localhost:8082',
-          target: 'https://wrj.shuixiongit.com/zhyqapi',
+          target: 'https://wrj.shuixiongit.com/zhyqhbapi',
           changeOrigin: true,
-          rewrite: path => path.replace(/^\/zhyqapi/, ''),
+          rewrite: path => path.replace(/^\/zhyqhbapi/, ''),
         },
       },
     },

--
Gitblit v1.9.3