chore: env 后台api url
This commit is contained in:
parent
6411fb60f0
commit
f7366d1599
2
env/.env.development
vendored
2
env/.env.development
vendored
@ -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
2
env/.env.production
vendored
@ -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
2
env/.env.test
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user