新增环境配置

This commit is contained in:
weipengfei 2023-09-04 14:16:48 +08:00
parent d70f2a2ffd
commit a8151be8f7
2 changed files with 8 additions and 0 deletions

3
.env.development Normal file
View File

@ -0,0 +1,3 @@
NODE_ENV = 'development'
VITE_APP_BASE_URL = 'https://ceshi-worker-task.lihaink.cn/'

5
.env.production Normal file
View File

@ -0,0 +1,5 @@
NODE_ENV = 'production'
VITE_APP_BASE_URL = ''
# VITE_APP_BASE_URL = 'https://worker-task.lihaink.cn/'