From 9e52c52abf36f2d7b89bb1595bda7424127b6f08 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 11 Nov 2024 18:28:38 +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 5b5bc59..fb9ba34 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-01 11:15:36
+ * @LastEditTime: 2024-11-11 17:48:23
* @FilePath: \bigScreen\vite.config.js
* @Description:
*
@@ -93,8 +93,8 @@
},
'/zhyqapi': {
- target: 'http://localhost:15870',
- // target: 'https://wrj.shuixiongit.com/zhyqapi',
+ // target: 'http://localhost:15870',
+ target: 'https://wrj.shuixiongit.com/zhyqapi',
changeOrigin: true,
rewrite: path => path.replace(/^\/zhyqapi/, ''),
},
--
Gitblit v1.9.3