commit
This commit is contained in:
@@ -434,6 +434,10 @@ module.exports = {
|
|||||||
let result = []
|
let result = []
|
||||||
if (response && response.code === 0 && file.status === "success") {
|
if (response && response.code === 0 && file.status === "success") {
|
||||||
fileList.forEach((f) => {
|
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)
|
result.push(f)
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user