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.
|
# 生产环境配置
|
|
VITE_APP_TITLE = 'SOP作业检测系统'
|
|
|
|
# 后端接口地址
|
|
VITE_API_BASE_URL = '/api'
|
|
|
|
# 请求超时时间(毫秒)
|
|
VITE_API_TIMEOUT = 15000
|