From e59c75bf9e42050e3794f03749c65a4055b70142 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Mon, 11 May 2026 14:47:07 +0800 Subject: [PATCH] fix: bug --- .env | 2 +- .env.development | 2 +- .env.production | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 7e80244..0b94fb5 100644 --- a/.env +++ b/.env @@ -9,7 +9,7 @@ VITE_PORT=3006 VITE_BASE_URL= # API 地址前缀 -VITE_API_URL=https://cmp-api.boss160.cn +VITE_API_URL=https://cmp-api.xm-iot.cn # 权限模式( frontend | backend ) VITE_ACCESS_MODE=backend diff --git a/.env.development b/.env.development index aa7a4be..7e3a2e4 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ VITE_BASE_URL=/ # API 地址前缀 -VITE_API_URL=https://cmp-api.boss160.cn +VITE_API_URL=https://cmp-api.xm-iot.cn # Delete console VITE_DROP_CONSOLE = false diff --git a/.env.production b/.env.production index 049769e..0d728eb 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ VITE_BASE_URL= # API 地址前缀 -VITE_API_URL=https://cmp-api.boss160.cn +VITE_API_URL=https://cmp-api.xm-iot.cn # Delete console VITE_DROP_CONSOLE=true