疯狂的狮子li
2021-08-04 79bf332c53b5723ddc086e4033d1f6ae168436dd
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;