From 3e7fde169cf03e2039b0a1375e8f1907e6ca4dcc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 08 Jan 2025 17:33:44 +0800
Subject: [PATCH] 模型加载调整
---
vite.config.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index b8b192d..a47317e 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-04 18:15:55
+ * @LastEditTime: 2025-01-08 17:14:17
* @FilePath: \bigScreen\vite.config.js
* @Description:
*
@@ -102,6 +102,12 @@
rewrite: path => path.replace(/^\/zhyq3Dtile/, ''),
},
+ '/3Dtile/rcmx': {
+ target: 'https://wrj.shuixiongit.com/3Dtile/rcmx',
+ changeOrigin: true,
+ rewrite: path => path.replace(/^\/3Dtile\/rcmx/, ''),
+ },
+
'/panorama': {
// target: 'http://localhost',
target: 'http://vr.jxpskj.com:180',
--
Gitblit v1.9.3