修改连接配置

This commit is contained in:
wangchengming 2025-06-09 23:41:22 +08:00
parent 8dbf59d317
commit 7616b31efb

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 }) => {