This commit is contained in:
2025-10-15 01:52:18 +08:00
parent eb4cf3ade6
commit 69cdadeda9
9 changed files with 474 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import tailwindcss from '@tailwindcss/vite';
const isDev = process.env.NODE_ENV === 'development';
let target = process.env.VITE_API_URL || 'https://localhost:51015';
let target = process.env.VITE_API_URL || 'http://localhost:4005';
const apiProxy = { target: target, changeOrigin: true, ws: true, rewriteWsOrigin: true, secure: false, cookieDomainRewrite: 'localhost' };
let proxy = {
'/root/': {