diff --git a/vite.config.js b/vite.config.js index 03e6fb5..3aeae43 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,7 +2,8 @@ import { defineConfig, loadEnv } from 'vite' import path from 'path' import createVitePlugins from './vite/plugins' -const baseUrl = 'http://localhost:8085' // 后端接口 +const baseUrl = 'http://192.168.110.215:8085' // 后端接口 +// const baseUrl = 'http://localhost:8085' // 后端接口 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {