From ce4cb1a1f50591ef89da10662ca31e97ffe12611 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Sat, 09 Nov 2024 12:07:30 +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 24abc70..5b5bc59 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -93,8 +93,8 @@
},
'/zhyqapi': {
- // target: 'http://localhost',
- 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