This commit is contained in:
@jyuhsin
2025-11-27 11:07:53 +08:00
parent 9c44ff3021
commit fe1f7be320
@@ -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 {