From 1304c93af3441416a2e52a0d3b218b7a8d664b2c Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Mon, 11 May 2026 15:15:14 +0800 Subject: [PATCH] fix: bug --- env/.env.development | 2 +- env/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/env/.env.development b/env/.env.development index 774460f..313d9ce 100644 --- a/env/.env.development +++ b/env/.env.development @@ -2,7 +2,7 @@ VITE_APP_ENV=development # 接口地址 -VITE_API_BASE_URL=https://cmp-api.xm-iot.cn +VITE_API_BASE_URL=https://cmp-api.boss160.cn # 是否使用代理 (H5开发环境使用代理解决跨域) VITE_APP_PROXY=true diff --git a/env/.env.production b/env/.env.production index 0d916b3..7329d43 100644 --- a/env/.env.production +++ b/env/.env.production @@ -2,7 +2,7 @@ VITE_APP_ENV=production # 接口地址 -VITE_API_BASE_URL=https://cmp-api.xm-iot.cn +VITE_API_BASE_URL=https://cmp-api.boss160.cn # 是否使用代理 (生产环境不使用代理) VITE_APP_PROXY=false