发布作品保存画布

This commit is contained in:
X1627315083
2025-09-12 09:27:37 +08:00
parent ecdce7c7d6
commit 261c25b107
3 changed files with 7 additions and 7 deletions

View File

@@ -270,6 +270,7 @@ export default defineComponent({
})
onMounted(()=>{
nextTick(async ()=>{
detailData.currentView = 'canvasEditor'
setTimeout(()=>{
})
if(detailData.selectDetail.canvasId){
@@ -282,7 +283,6 @@ export default defineComponent({
Https.axiosPost(Https.httpUrls.exportSearch, value)
.then((rv) => {
detailData.canvasJSON = rv
detailData.currentView = 'canvasEditor'
resolve('')
})
.catch((rv) => {