From 84a78851bf9568ffdfa63a828f6702eaa2157a8a Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 23 七月 2025 19:22:13 +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