更新 frontend/vite.config.ts

This commit is contained in:
LiJiLong 2026-01-28 08:03:11 +00:00
parent 16d7e59732
commit 91db9246d3

View File

@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';
import path from 'path';
export default defineConfig({
base: './', // 设置基础路径为相对路径
plugins: [react()],
resolve: {
alias: {