request恢复到原样,因为收货的提示信息收不到了

This commit is contained in:
wangzimeng 2025-08-09 16:55:50 +08:00
parent b88707b245
commit a3e5b3be9f

View File

@ -15,11 +15,11 @@ const options = {
// 成功提醒 默认使用后端返回值
successMsg: '',
// 显示失败消息 默认显示
showError: false,
showError: true,
// 失败提醒 默认使用后端返回信息
errorMsg: '',
// 显示请求时loading模态框 默认显示
showLoading: false,
showLoading: true,
// loading提醒文字
loadingMsg: '加载中',
// 需要授权才能请求 默认放开