Commit ef28abb0 authored by zhengke's avatar zhengke

优化图

parent 73e6b5b7
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
url = await AliyunUpload.UploadAsync(file,`Feature/${namePath}?t=${t}`) url = await AliyunUpload.UploadAsync(file,`Feature/${namePath}?t=${t}`)
coverImgStore.setCoverImg(url) coverImgStore.setCoverImg(url)
isCoverImgStore.setIsCoverImg(false) isCoverImgStore.setIsCoverImg(false)
queryObj.value.CoverImg = CoverImg.value queryObj.value.CoverImg = url
} }
} }
......
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