From 6300effe8c27e48f9a99c2ea601a3d5f859c6867 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Sat, 9 Aug 2025 20:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= 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 8dd2c17..b8f04d5 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:8091' // 后端接口 +const baseUrl = 'http://43.143.229.145:8091/api' // 后端接口 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {