提交代码

This commit is contained in:
wangchengming 2025-08-09 20:37:59 +08:00
parent c7a741c97b
commit 6300effe8c

View File

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