修复连续创建项目bug

This commit is contained in:
X1627315083
2025-12-17 15:33:31 +08:00
parent 467ac9c24f
commit 5672307e33
3 changed files with 7 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
<!-- <div v-else-if="routeQuery.id" class="function">
<design :key="componentKey" ref="design"></design>
</div> -->
<div v-if="!routeQuery.history" class="function">
<div v-if="!$route.params.id && !routeQuery.id" class="function">
<newPorject ref="newPorject" @newProject=newProject></newPorject>
</div>
<!-- <iframe src="https://kaput-relative-4bb.notion.site/ebd/22a8f755cedd809e98a2c8c6366ee701" width="100%" height="100%" frameborder="0" allowfullscreen /> -->