Commit 3bad2f17 by zhuzhequan

tiff路径修改

parent e11e7f9f
......@@ -2051,7 +2051,7 @@ 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('http://ps.jomalls.com/tiff/' + res.message, '_blank')
downloadLoading.value = false
} catch (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