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