From d7bc6a98ac8a2433b95919a06fa00c8ff3ff6c30 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 03 Jan 2025 19:19:18 +0800
Subject: [PATCH] 瑞昌化工园项目初始化 项目基础配置相关调整
---
vite.config.js | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index f69b8d7..ddde0c3 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-12-03 13:42:55
+ * @LastEditTime: 2025-01-03 19:18:35
* @FilePath: \bigScreen\vite.config.js
* @Description:
*
@@ -109,18 +109,18 @@
rewrite: path => path.replace(/^\/panorama/, ''),
},
- '/zhyq/newMx': {
+ '/zhyq-rc/newMx': {
// target: 'http://localhost',
- target: 'https://wrj.shuixiongit.com/zhyq/newMx',
+ target: 'https://wrj.shuixiongit.com/zhyq-rc/newMx',
changeOrigin: true,
- rewrite: path => path.replace(/^\/zhyq\/newMx/, ''),
+ rewrite: path => path.replace(/^\/zhyq-rc\/newMx/, ''),
},
- // '/zhyq/mx': {
+ // '/zhyq-rc/mx': {
// // target: 'http://localhost',
- // target: 'https://wrj.shuixiongit.com/zhyq/mx',
+ // target: 'https://wrj.shuixiongit.com/zhyq-rc/mx',
// changeOrigin: true,
- // rewrite: path => path.replace(/^\/zhyq\/mx/, ''),
+ // rewrite: path => path.replace(/^\/zhyq-rc\/mx/, ''),
// },
'/zhyqapi': {
--
Gitblit v1.9.3