初始化提交

This commit is contained in:
liwenfei 2025-06-10 10:45:52 +08:00
parent 8dbf59d317
commit ee75b9050d
2 changed files with 3 additions and 992 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ import { defineConfig, loadEnv } from 'vite'
import path from 'path'
import createVitePlugins from './vite/plugins'
const baseUrl = 'http://localhost:8080' // 后端接口
const baseUrl = 'http://localhost:8088/' // 后端接口
// https://vitejs.dev/config/
export default defineConfig(({ mode, command }) => {