疯狂的狮子li
2021-08-24 72f3971ca2defcd85f2db2a726eb7b012ff5b396
ruoyi-ui/src/utils/ruoyi.js
@@ -1,4 +1,4 @@
/**
/**
 * 通用js方法封装处理
 * Copyright (c) 2019 ruoyi
 */
@@ -93,11 +93,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 )