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