diff --git a/vite.config.js b/vite.config.js index 3aeae43..7c303b4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,7 +2,7 @@ import { defineConfig, loadEnv } from 'vite' import path from 'path' import createVitePlugins from './vite/plugins' -const baseUrl = 'http://192.168.110.215:8085' // 后端接口 +const baseUrl = 'http://192.168.110.38:8085' // 后端接口 // const baseUrl = 'http://localhost:8085' // 后端接口 // https://vitejs.dev/config/