From d57422a5eebc857401b25f1fcc963594f1e7dcbc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 25 Dec 2024 22:08:14 +0800
Subject: [PATCH] 临川模型加载配置调整
---
vite.config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 3303902..72a663b 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -116,11 +116,11 @@
rewrite: path => path.replace(/^\/zhyq-lc\/newMx/, ''),
},
- '/zhyq-lc/mx': {
+ '/zhyqTileset/mx': {
// target: 'http://localhost',
target: 'https://wrj.shuixiongit.com/zhyq-lc-mx/mx',
changeOrigin: true,
- rewrite: path => path.replace(/^\/zhyq-lc\/mx/, ''),
+ rewrite: path => path.replace(/^\/zhyqTileset\/mx/, ''),
},
'/zhyqhbapi': {
--
Gitblit v1.9.3