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