疯狂的狮子li
2021-08-11 2c2dad24d59b37df254d1c003d6c3e1119b51d6c
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 )