Commit ecb98fd8 by zhuzhequan

Merge branch 'dev' into 'master'

tiff路径修改

See merge request !41
parents 32152b30 af6efe38
......@@ -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