add
This commit is contained in:
parent
19ee1b0087
commit
6f93320c89
|
@ -0,0 +1,5 @@
|
||||||
|
NODE_ENV = 'development'
|
||||||
|
|
||||||
|
# Base API
|
||||||
|
VITE_APP_BASE_URL='https://admin-store.lihaink.cn'
|
||||||
|
# VITE_APP_BASE_URL='https://ceshi-logistics.lihaink.cn/'
|
|
@ -0,0 +1,4 @@
|
||||||
|
NODE_ENV = 'production'
|
||||||
|
# Base API
|
||||||
|
VITE_APP_BASE_URL='https://admin-store.lihaink.cn'
|
||||||
|
|
|
@ -29,6 +29,4 @@ components.d.ts
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
# .env
|
# .env
|
||||||
.env.development
|
|
||||||
.env.production
|
|
||||||
helper.json
|
helper.json
|
Loading…
Reference in New Issue