From a5a33bbe19e43f628d5821a18a5a7095a3f71219 Mon Sep 17 00:00:00 2001 From: cjb <646858191@qq.com> Date: Sat, 18 Apr 2026 09:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index f4a9241..6c64273 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.5.200:8011' // 后端接口 +const baseUrl = 'http://192.168.5.23:8011' // 后端接口 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {