From f55ea1cfc0b5f60b01552e8b96f95e8a33c45bb8 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 15 Nov 2024 09:12:53 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen
---
vite.config.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 774b4b6..ee27ecf 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-12 14:02:19
+ * @LastEditTime: 2024-11-13 19:15:01
* @FilePath: \bigScreen\vite.config.js
* @Description:
*
@@ -85,6 +85,13 @@
// overlay:false
// },
proxy: {
+ '/zhyq3Dtile': {
+ // target: 'http://localhost',
+ target: 'https://wrj.shuixiongit.com/zhyq3Dtile',
+ changeOrigin: true,
+ rewrite: path => path.replace(/^\/zhyq3Dtile/, ''),
+ },
+
'/panorama': {
// target: 'http://localhost',
target: 'http://vr.jxpskj.com:180',
--
Gitblit v1.9.3