feat: 环境变量添加NODE_ENV

This commit is contained in:
有来技术
2021-11-19 23:57:55 +08:00
parent abf2cce2cb
commit 8f1a7c7a61
4 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
# 模拟环境变量
NODE_ENV='staging'
VITE_APP_TITLE = '管理系统'
VITE_APP_PORT = 3000
VITE_APP_BASE_API = '/stage-api'