diff --git a/kcui/src/view/Book.vue b/kcui/src/view/Book.vue index 1c01faa..244ffb5 100644 --- a/kcui/src/view/Book.vue +++ b/kcui/src/view/Book.vue @@ -82,7 +82,7 @@ export default { }, goHome(){ - this.$router.push('/') + this.$router.push('/Graph') }, onCreated(editor) { this.editor = Object.seal(editor) // 一定要用 Object.seal() ,否则会报错