From f751d656c81f8c4686b71377cbb40ddbdb2adc2c Mon Sep 17 00:00:00 2001 From: LiJiLong <1711559666@qq.com> Date: Wed, 28 Jan 2026 08:34:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20frontend/vite.config.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 207e640..8b20cbc 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react'; import path from 'path'; export default defineConfig({ - base: './', // 设置基础路径为相对路径 + base: '/aistudy/frontend/', // 设置基础路径为相对路径 plugins: [react()], resolve: { alias: {