This commit is contained in:
parent
ede29e638b
commit
affc4b8c09
|
@ -0,0 +1,5 @@
|
|||
NODE_ENV = 'development'
|
||||
|
||||
# Base API
|
||||
# VITE_APP_BASE_URL='http://192.168.1.22:8546'
|
||||
VITE_APP_BASE_URL='https://erp.lihaink.cn'
|
|
@ -0,0 +1,4 @@
|
|||
NODE_ENV = 'production'
|
||||
# Base API
|
||||
# VITE_APP_BASE_URL='http://192.168.1.22:8596'
|
||||
VITE_APP_BASE_URL='https://ceshi-erp.lihaink.cn'
|
|
@ -30,6 +30,4 @@ components.d.ts
|
|||
*.sln
|
||||
*.sw?
|
||||
|
||||
# .env
|
||||
.env.development
|
||||
.env.production
|
||||
# .env
|
Loading…
Reference in New Issue