From c4b7ac3dbb8f6b7fe473e12277821389afefb024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 2 Feb 2024 17:25:24 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=94=99=E8=AF=AF=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/List.vue | 2 +- src/views/modules/AddFileModal.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/List.vue b/src/views/List.vue index 69a5fe6..4964481 100644 --- a/src/views/List.vue +++ b/src/views/List.vue @@ -147,7 +147,7 @@ export default { }, handleEdit (record) { const { href } = this.$router.resolve({ - path: '/editor', + path: '/editorPage', query: { filePath: record.editFilePath, fileName: record.fileName, diff --git a/src/views/modules/AddFileModal.vue b/src/views/modules/AddFileModal.vue index b24a666..7be6252 100644 --- a/src/views/modules/AddFileModal.vue +++ b/src/views/modules/AddFileModal.vue @@ -53,7 +53,7 @@ export default { this.$emit('ok') this.close() const { href } = this.$router.resolve({ - path: '/editor', + path: '/editorPage', query: { filePath: data.editFilePath, fileName: data.fileName,