ruoyi-ui/src/utils/ruoyi.js
@@ -1,4 +1,4 @@ /** /** * 通用js方法封装处理 * Copyright (c) 2019 ruoyi */ @@ -94,11 +94,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 )