This commit is contained in:
cjb 2026-04-18 09:55:25 +08:00
parent 501f348dfb
commit a5a33bbe19

View File

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