This commit is contained in:
=
2025-11-27 14:19:22 +08:00
67 changed files with 686 additions and 7246 deletions
@@ -434,6 +434,10 @@ module.exports = {
let result = []
if (response && response.code === 0 && file.status === "success") {
fileList.forEach((f) => {
if(f.response.data.includes('webvpn')) {
const index = f.response.data.indexOf('/platform')
f.response.data = f.response.data.substring(index)
}
result.push(f)
})
} else {