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

10 lines
232 B
Plaintext

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