From 920e530b68c0f4dba434281ce94c9814e9937db3 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 22 七月 2025 16:36:18 +0800 Subject: [PATCH] 11 --- vite.config.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index e64a8ba..0968f04 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