From 84245611117042e8a0e497abd824fc88a96e3b34 Mon Sep 17 00:00:00 2001 From: hanchaobo Date: Tue, 14 May 2024 15:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=BC=9A=E8=AE=AE=EF=BC=8Con?= =?UTF-8?q?lyoffice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 + src/api/onlyoffice/onlyoffice.js | 20 ++++ src/router/index.js | 5 + src/store/getters.js | 1 + src/store/modules/user.js | 4 + .../components/trialincourtDialog.vue | 28 ++--- src/views/onlyoffice/onlyoffice.vue | 110 ++++++++++++++++++ 7 files changed, 155 insertions(+), 14 deletions(-) create mode 100644 src/api/onlyoffice/onlyoffice.js create mode 100644 src/views/onlyoffice/onlyoffice.vue diff --git a/public/index.html b/public/index.html index 925455c..1a834cf 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,7 @@ <%= webpackConfig.name %> + \ No newline at end of file