Commit 755e7f07 authored by 박민석's avatar 박민석

download url log check

parent c97b2ed9
Pipeline #21224 passed with stages
in 3 minutes and 46 seconds
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
? 'docs' : isInternal ? `docs-${path[3]}-s` : `docs-${path[3]}` : '' ? 'docs' : isInternal ? `docs-${path[3]}-s` : `docs-${path[3]}` : ''
var directory = path[3] && path[4] ? path[3] === 'swlab-docs' ? path[3] : path[4] : '' var directory = path[3] && path[4] ? path[3] === 'swlab-docs' ? path[3] : path[4] : ''
var link = document.createElement('a') var link = document.createElement('a')
console.log(`https://swlab.bwg.co.kr/web/dms/download-file?filename=${filename}.zip&directory=${directory}`)
link.href = `https://swlab.bwg.co.kr/web/dms/download-file?filename=${filename}.zip&directory=${directory}` link.href = `https://swlab.bwg.co.kr/web/dms/download-file?filename=${filename}.zip&directory=${directory}`
link.click() link.click()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment