This commit is contained in:
wyt
2025-09-04 11:05:08 +08:00
82 changed files with 11775 additions and 1260 deletions

View File

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