From 3c39437af6af12fdb61136802271c6a0dd5ed2e5 Mon Sep 17 00:00:00 2001 From: admin <1297598740@qq.com> Date: Mon, 26 Jan 2026 08:56:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=85=8D=E7=BD=AE=20Vite=20=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=AB=AF=E5=8F=A3=E4=B8=BA?= =?UTF-8?q?=202613?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- vite.config.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 2697b28..97bb31b 100644 --- a/.env +++ b/.env @@ -3,4 +3,4 @@ # VITE_API_BASE_URL=/api/v1 # 本地开发 -VITE_API_BASE_URL=http://127.0.0.1:8080/api/v1 +VITE_API_BASE_URL=http://127.0.0.1:2612/api/v1 diff --git a/vite.config.ts b/vite.config.ts index e120bce..1b99a13 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,4 +14,7 @@ export default defineConfig({ environment: 'jsdom', setupFiles: './src/test/setup.ts', }, + server: { + port: 2613, + }, });