ruoyi-ui/src/utils/ruoyi.js
@@ -96,11 +96,6 @@ return actions.join('').substring(0, actions.join('').length - 1); } // 通用下载方法 export function download(fileName) { window.location.href = baseURL + "/common/download?fileName=" + encodeURI(fileName) + "&delete=" + true; } // 字符串格式化(%s ) export function sprintf(str) { var args = arguments, flag = true, i = 1;