From 1cf84900a5714aaab7ebe9ae63e19b3f3252812c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Thu, 29 Feb 2024 15:36:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A8=E6=96=87=E5=AF=B9?=
=?UTF-8?q?=E6=AF=94=E5=BE=97=E7=BB=86=E8=8A=82=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/store/modules/user.js | 14 ++++++++++
jero-web/src/views/onlyoffice/index.vue | 35 +++++++++++++++++++++++++
2 files changed, 49 insertions(+)
create mode 100644 jero-web/src/views/onlyoffice/index.vue
diff --git a/jero-web/src/store/modules/user.js b/jero-web/src/store/modules/user.js
index 81e830c..28eb613 100644
--- a/jero-web/src/store/modules/user.js
+++ b/jero-web/src/store/modules/user.js
@@ -144,6 +144,20 @@ const user = {
path: '/documentTool/documentComparison',
redirect: null,
route: '1'
+ },
+ {
+ component: 'onlyoffice/index',
+ meta: {
+ componentName: 'onlyoffice',
+ icon: 'icon-24gf-folderOpen',
+ internalOrExternal: false,
+ keepAlive: false,
+ title: 'onlyoffice'
+ },
+ name: 'onlyoffice',
+ path: '/onlyoffice',
+ redirect: null,
+ route: '1'
}
]
commit('SET_PERMISSIONLIST', menuData)
diff --git a/jero-web/src/views/onlyoffice/index.vue b/jero-web/src/views/onlyoffice/index.vue
new file mode 100644
index 0000000..be86719
--- /dev/null
+++ b/jero-web/src/views/onlyoffice/index.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+