From eeeef931b1547327c510fa979ea416942a3425c1 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Mon, 11 May 2026 14:35:38 +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 0b94fb5..7e80244 100644 --- a/.env +++ b/.env @@ -9,7 +9,7 @@ VITE_PORT=3006 VITE_BASE_URL= # API 地址前缀 -VITE_API_URL=https://cmp-api.xm-iot.cn +VITE_API_URL=https://cmp-api.boss160.cn # 权限模式( frontend | backend ) VITE_ACCESS_MODE=backend diff --git a/.env.development b/.env.development index 7e3a2e4..aa7a4be 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ VITE_BASE_URL=/ # API 地址前缀 -VITE_API_URL=https://cmp-api.xm-iot.cn +VITE_API_URL=https://cmp-api.boss160.cn # Delete console VITE_DROP_CONSOLE = false diff --git a/.env.production b/.env.production index 0d728eb..049769e 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ VITE_BASE_URL= # API 地址前缀 -VITE_API_URL=https://cmp-api.xm-iot.cn +VITE_API_URL=https://cmp-api.boss160.cn # Delete console VITE_DROP_CONSOLE=true