From e25465c223a2e63422acfb58414597ca8fc4df09 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 13 十一月 2025 18:01:55 +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 0968f04..e64a8ba 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -32,8 +32,8 @@
proxy: {
['/admin-api']: {
// target: 'http://192.168.100.120:48080',
- // target: 'http://localhost:8095',
- target: 'http://192.168.100.194:48080',
+ target: 'http://localhost:8095',
+ // target: 'http://192.168.100.194:48080',
ws: false,
changeOrigin: true,
// rewrite: (path) => path.replace(new RegExp(`^/admin-api`), ''),
--
Gitblit v1.9.3