remove 移除通用上传下载接口与配置

This commit is contained in:
疯狂的狮子li
2021-08-04 19:11:39 +08:00
parent 08db4a5f53
commit 79bf332c53
12 changed files with 3 additions and 686 deletions

View File

@ -96,11 +96,6 @@ export function selectDictLabels(datas, value, separator) {
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;