From 98535cbf980e11b6a224a5fbab481e1fcd1a3e18 Mon Sep 17 00:00:00 2001 From: zhangxiaomeng <1362468712@qq.com> Date: Fri, 24 Jan 2025 16:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kcui/src/view/Book.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ,否则会报错