Commit af6efe38 by zhuzhequan

tiff路径修改

parent efceba52
......@@ -2115,9 +2115,10 @@ const downloadTif = async () => {
const res = await composingDesignImages(
cardSelection.value.map((el) => el.id),
)
window.open('http://ps.jomalls.com/tiff/' + res.message, '_blank')
window.open('https://ps.jomalls.com/tiff/' + res.message, '_blank')
downloadLoading.value = false
} catch (e) {
console.log(e)
downloadLoading.value = false
}
}
......
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