From 19a76015bd4fc978c7d563a31a1eb9c86f961b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Wed, 22 Apr 2026 14:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=8E=B7=E5=8F=96=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/components/layout/Sidebar.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index dbc8548..0b4293a 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 开发环境标识(Vite 内置变量,无需修改) NODE_ENV = development -# 开发环境接口基础地址(对应你配置的 192.168.10.10:8085/api) -VITE_API_BASE_URL = http://192.168.10.10:8085/api +# 开发环境接口基础地址(192.168.11.183:8085/api) +VITE_API_BASE_URL = http://192.168.11.183:8085/api # 请求超时时间(毫秒) VITE_REQUEST_TIMEOUT = 10000 diff --git a/src/components/layout/Sidebar.vue b/src/components/layout/Sidebar.vue index 73cddc0..f3cc575 100644 --- a/src/components/layout/Sidebar.vue +++ b/src/components/layout/Sidebar.vue @@ -9,7 +9,7 @@ -