Skip to content

Commit b025807

Browse files
authored
Update 10010.js
1 parent a1b0398 commit b025807

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

10010/10010.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ function init() {
224224
// console.log(url)
225225
// url = JSON.parse(url)
226226
console.log(url['url'])
227-
// if (url.hasOwnProperty['headers']) {
228-
// // delete url['headers']['Content-Length']
229-
// // if (url.hasOwnProperty['headers'] && url['headers'].hasOwnProperty('Content-Length'))
230-
// console.log("66666666666")
231-
// }
227+
if (url.hasOwnProperty['headers']) {
228+
// delete url['headers']['Content-Length']
229+
// if (url.hasOwnProperty['headers'] && url['headers'].hasOwnProperty('Content-Length'))
230+
console.log("66666666666")
231+
}
232232
if (isSurge()) {
233233
$httpClient.get(url, cb)
234234
}

0 commit comments

Comments
 (0)