This commit is contained in:
zmj 2024-06-08 21:11:37 +08:00
parent 19ee1b0087
commit 6f93320c89
3 changed files with 9 additions and 2 deletions

5
.env.development Normal file
View File

@ -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/'

4
.env.production Normal file
View File

@ -0,0 +1,4 @@
NODE_ENV = 'production'
# Base API
VITE_APP_BASE_URL='https://admin-store.lihaink.cn'

2
.gitignore vendored
View File

@ -29,6 +29,4 @@ components.d.ts
*.sw?
# .env
.env.development
.env.production
helper.json