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'
|
|
@ -31,5 +31,3 @@ components.d.ts
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
# .env
|
# .env
|
||||||
.env.development
|
|
||||||
.env.production
|
|
Loading…
Reference in New Issue