From c456959b75b7eb2c59bf0e7a7fc907aac1d865a6 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Tue, 15 Apr 2025 08:49:18 +0800 Subject: [PATCH] 'commit' --- XiaoZhi/xiaozhi-esp32-server/main/manager-web/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoZhi/xiaozhi-esp32-server/main/manager-web/.env.development b/XiaoZhi/xiaozhi-esp32-server/main/manager-web/.env.development index ced1a9e7..803275d0 100644 --- a/XiaoZhi/xiaozhi-esp32-server/main/manager-web/.env.development +++ b/XiaoZhi/xiaozhi-esp32-server/main/manager-web/.env.development @@ -1,4 +1,4 @@ # 暂时使用群主的接口 # VUE_APP_API_BASE_URL=https://2662r3426b.vicp.fun/xiaozhi # 如果本地开发,请使用以下接口 -VUE_APP_API_BASE_URL=http://localhost:8002/xiaozhi \ No newline at end of file +VUE_APP_API_BASE_URL=http://10.10.21.20:8002/xiaozhi \ No newline at end of file