chore: env 后台api url

This commit is contained in:
菲鸽 2024-03-10 11:01:59 +08:00
parent 6411fb60f0
commit f7366d1599
3 changed files with 3 additions and 3 deletions

View File

@ -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'

2
env/.env.production vendored
View File

@ -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'

2
env/.env.test vendored
View File

@ -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'