feat(front): 覆盖 front 并完善登录快传入口与中文文案

This commit is contained in:
yoyuzh
2026-04-10 01:09:06 +08:00
parent 99e00cd7f7
commit 12005cc606
210 changed files with 4860 additions and 23900 deletions

View File

@@ -5,7 +5,7 @@ import { defineConfig, loadEnv } from 'vite';
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', '');
const backendUrl = env.VITE_BACKEND_URL || 'http://localhost:8080';
const backendUrl = env.VITE_BACKEND_URL || 'http://127.0.0.1:8080';
return {
plugins: [react(), tailwindcss()],