add wx mp

This commit is contained in:
2025-04-01 23:50:16 +08:00
parent 122fbec7da
commit 151f74441f
15 changed files with 36 additions and 19 deletions

View File

@@ -358,7 +358,7 @@ export const ContainerList = () => {
</div>
</div>
</div>
<Suspense fallback={<div>Loading...</div>}>
<Suspense fallback={<div></div>}>
<DrawEdit />
</Suspense>
<PublishFormModal />