diff --git a/index.html b/index.html index c1fb903a..93783010 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -一个简单的web思维导图实现
\ No newline at end of file +一个简单的web思维导图实现
\ No newline at end of file diff --git a/web/src/pages/Edit/components/Edit.vue b/web/src/pages/Edit/components/Edit.vue index 04769ba8..4aca91a2 100644 --- a/web/src/pages/Edit/components/Edit.vue +++ b/web/src/pages/Edit/components/Edit.vue @@ -340,7 +340,7 @@ export default { this.mindMap.setData(data) } this.mindMap.view.reset() - // this.manualSave() + this.manualSave() }, /**