From f7366d1599384ed8edd5924226c5a2595f017c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 10 Mar 2024 11:01:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20env=20=E5=90=8E=E5=8F=B0api=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env.development | 2 +- env/.env.production | 2 +- env/.env.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/env/.env.development b/env/.env.development index f632900..dd0a1f2 100644 --- a/env/.env.development +++ b/env/.env.development @@ -3,4 +3,4 @@ NODE_ENV = 'development' # 是否去除console 和 debugger VITE_DELETE_CONSOLE = false -VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run' +# VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run' diff --git a/env/.env.production b/env/.env.production index 96ca98e..94b3031 100644 --- a/env/.env.production +++ b/env/.env.production @@ -3,4 +3,4 @@ NODE_ENV = 'development' # 是否去除console 和 debugger VITE_DELETE_CONSOLE = true -VITE_SERVER_BASEURL = 'https://xxx.com' +# VITE_SERVER_BASEURL = 'https://xxx.com' diff --git a/env/.env.test b/env/.env.test index 2dc558b..a0dcad1 100644 --- a/env/.env.test +++ b/env/.env.test @@ -3,4 +3,4 @@ NODE_ENV = 'development' # 是否去除console 和 debugger VITE_DELETE_CONSOLE = false -VITE_SERVER_BASEURL = 'https://xxx.com' +# VITE_SERVER_BASEURL = 'https://xxx.com'