commit
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user