src/api/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/api/index.js
@@ -79,7 +79,7 @@ window.mkInfo(error.config.data) if (window.GLOB.errorLog && !sessionStorage.getItem('local_error')) { let urlReg = new RegExp('^(' + window.GLOB.baseurl + '|/)webapi/(exstars|dostars)', 'ig') if (urlReg.test(response.config.url) && !/s_special_error_note_log/.test(response.config.url)) { if (urlReg.test(error.config.url) && !/s_special_error_note_log/.test(error.config.url)) { let res = null try { let data = JSON.parse(error.config.data)