初始化

This commit is contained in:
chenyc
2025-12-13 18:52:08 +08:00
commit 9041a4298f
553 changed files with 59783 additions and 0 deletions

12
.env.staging Normal file
View File

@@ -0,0 +1,12 @@
# 医疗器械测试用的
ENV = 'staging'
# 本地环境接口地址
# VITE_API_URL = 'https://hemobs.icoldchain.cn/'
VITE_API_URL = 'http://testbs2.ihemodialysis.com/'
# 是否显示logo enum { 显示=1, 不显示=0 }
VITE_SHOW_LOGO = 1
# 发布版本
VITE_RELEASE_VERSION = '1.4'
# 完整版本
VITE_FULL_VERSION = '1.4.0'