|
|
@ -531,6 +531,7 @@ function readDir(path) { |
|
|
|
} |
|
|
|
} |
|
|
|
// 清理接口残留过期文件
|
|
|
|
// 清理接口残留过期文件
|
|
|
|
function clearJkFiles() { |
|
|
|
function clearJkFiles() { |
|
|
|
|
|
|
|
/* |
|
|
|
let names = readDir(jkfilespath); |
|
|
|
let names = readDir(jkfilespath); |
|
|
|
let datalist = getDatas("jk"); |
|
|
|
let datalist = getDatas("jk"); |
|
|
|
names.forEach(it=>{ |
|
|
|
names.forEach(it=>{ |
|
|
@ -538,6 +539,7 @@ function clearJkFiles() { |
|
|
|
deleteFile(jkfilespath+it); |
|
|
|
deleteFile(jkfilespath+it); |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
*/ |
|
|
|
} |
|
|
|
} |
|
|
|
// 获取接口对应的显示标题
|
|
|
|
// 获取接口对应的显示标题
|
|
|
|
function getDataTitle(data) { |
|
|
|
function getDataTitle(data) { |
|
|
|