Commit ff7e537c by zhuzhequan

tif 排版

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