疯狂的狮子li
2021-09-18 c99b9262a8ec9f826684c70fb4fce68ca85ceaab
ruoyi-ui/src/utils/ruoyi.js
@@ -95,11 +95,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;