Commit ff7e537c by zhuzhequan

tif 排版

parent 11b767b5
......@@ -1611,8 +1611,7 @@ const downloadTif = async () => {
downloadLoading.value = true
try {
const res= await composingDesignImages(selection.value.map(el=>el.id))
console.log(filePath+res.message)
window.open(filePath+res.message, '_blank')
window.open('http://ps.jomalls.com/tiff/'+res.message, '_blank')
downloadLoading.value = false
}catch (e){
console.log(e)
......
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