12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
# 医疗器械测试用的
|
|
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' |