From b8440d9a6b1671cdf0c8f06cdaba2f80a8dac1e6 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 13 Nov 2024 14:17:15 +0800
Subject: [PATCH] 退出图标按钮修复

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

diff --git a/vite.config.js b/vite.config.js
index 24abc70..3ec3704 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-01 11:15:36
+ * @LastEditTime: 2024-11-12 14:02:19
  * @FilePath: \bigScreen\vite.config.js
  * @Description: 
  * 
@@ -85,6 +85,13 @@
       //   overlay:false
       // },
       proxy: {
+        '/panorama': {
+          // target: 'http://localhost',
+          target: 'http://vr.jxpskj.com:180',
+          changeOrigin: true,
+          rewrite: path => path.replace(/^\/panorama/, ''),
+        },
+
         '/zhyq/mx': {
           // target: 'http://localhost',
           target: 'https://wrj.shuixiongit.com/zhyq/mx',
@@ -93,7 +100,7 @@
         },
 
         '/zhyqapi': {
-          // target: 'http://localhost',
+          // target: 'http://localhost:15870',
           target: 'https://wrj.shuixiongit.com/zhyqapi',
           changeOrigin: true,
           rewrite: path => path.replace(/^\/zhyqapi/, ''),

--
Gitblit v1.9.3