From 8734e4bb226fdf3cb140103f020c1eef595481da Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 04 八月 2025 14:30:22 +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