From 0c74085b647e64f8684695c63db109c7bdf8e910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 2 Feb 2024 14:35:45 +0800 Subject: [PATCH] =?UTF-8?q?update=20key=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EditorPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/EditorPage.vue b/src/views/EditorPage.vue index cad10f3..67eea1f 100644 --- a/src/views/EditorPage.vue +++ b/src/views/EditorPage.vue @@ -209,7 +209,7 @@ export default { query: { id: 123456 }, - callbackUrl: `${this.callbackUrl}laws-sinotruk/onlyOffice/receiveFile?fileId=${this.$route.query.fileId}&fileNm=${this.$route.query.fileName}&key=${this.$route.query.key}&business=${this.$route.query.business}`, + callbackUrl: `${this.callbackUrl}laws-sinotruk/onlyOffice/receiveFile?fileId=${this.$route.query.fileId}&fileNm=${this.$route.query.fileName}&key=${key}&business=${this.$route.query.business}`, user: { id: this.$route.query.userId, name: this.$route.query.userName