From e3a52e98105434d0be6a12a7db9ef1093c0c2ab2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Nov 2024 18:13:42 +0800
Subject: [PATCH] 突发事件模拟相关
---
vite.config.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 3ec3704..b641fdb 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