From 40f2cc4bdc91f63954c8b2bbd351bc650657affc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 12 Nov 2024 14:25:15 +0800
Subject: [PATCH] 配置更改; 图层默认显示调整; 弹窗关闭相关调整;
---
vite.config.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index fb47a1e..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-11 17:48:23
+ * @LastEditTime: 2024-11-12 14:02:19
* @FilePath: \bigScreen\vite.config.js
* @Description:
*
@@ -85,11 +85,11 @@
// overlay:false
// },
proxy: {
- '/panorama/url': {
+ '/panorama': {
// target: 'http://localhost',
target: 'http://vr.jxpskj.com:180',
changeOrigin: true,
- rewrite: path => path.replace(/^\/panorama\/url/, ''),
+ rewrite: path => path.replace(/^\/panorama/, ''),
},
'/zhyq/mx': {
--
Gitblit v1.9.3