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'