初始化
This commit is contained in:
12
.env.staging
Normal file
12
.env.staging
Normal 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'
|
||||
Reference in New Issue
Block a user