You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sopSystem/.env.development

9 lines
193 B
Plaintext

# 开发环境配置
VITE_APP_TITLE = 'SOP作业检测系统'
# 后端接口地址
VITE_API_BASE_URL = 'http://10.23.22.43:8188/api'
# 请求超时时间(毫秒)
VITE_API_TIMEOUT = 15000