新增环境配置文件

This commit is contained in:
lxz 2024-01-13 15:23:25 +08:00
parent 45ab453582
commit 0bc8e3010c
3 changed files with 9 additions and 4 deletions

4
.env.development Normal file
View File

@ -0,0 +1,4 @@
NODE_ENV = 'development'
VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/'

5
.env.production Normal file
View File

@ -0,0 +1,5 @@
NODE_ENV = 'production'
VITE_APP_BASE_URL = ''

4
.gitignore vendored
View File

@ -30,7 +30,3 @@ components.d.ts
*.sln
*.sw?
# .env
.env.development
.env.production
.env