chore: env 后台api url
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user