From d773f9777df29f5e17e45148326cbd784c328dac Mon Sep 17 00:00:00 2001
From: 幻雨堂 <13281837894@163.com>
Date: 星期五, 01 三月 2024 09:16:27 +0800
Subject: [PATCH] 交通指数
---
vite.config.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vite.config.ts b/vite.config.ts
index 462a676..73449ef 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -26,8 +26,8 @@
open: true,
proxy: {
[env.VITE_APP_BASE_API]: {
- // target: 'http://192.168.3.228:8080',
- target: 'http://localhost:8080',
+ target: 'http://192.168.3.43:8080',
+ // target: 'http://localhost:8080',
changeOrigin: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
}
--
Gitblit v1.8.0