From 7616b31efb64f29c52bf4d62cdc29f0b718b8dd1 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 9 Jun 2025 23:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9E=E6=8E=A5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= 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 d3d9b6d..3c7137c 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://localhost:8080' // 后端接口 +const baseUrl = 'http://localhost:8088' // 后端接口 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {