From 26c5f42675afd2d18f22fe88f7c0aad7ca7ff26c Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Thu, 9 May 2024 17:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=B8=AD=E5=BF=83/=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E7=AE=A1=E7=90=86/=E5=AD=97=E5=85=B8=E9=A1=B9/?= =?UTF-8?q?=E5=A4=9A=E7=BA=A7=E5=88=AB=E8=8F=9C=E5=8D=95/=E5=80=9F?= =?UTF-8?q?=E9=98=85=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/api/archiveUtilize/archiveUtilize.js | 10 +- src/api/archivesManage/library.js | 11 +- src/api/system/dictDetail.js | 60 +++ src/assets/styles/archives-manage.scss | 24 + src/assets/styles/sidebar.scss | 70 ++- src/assets/styles/yxk-admin.scss | 19 +- src/layout/components/Navbar.vue | 245 ++++++---- src/layout/components/Sidebar/Item.vue | 3 + src/layout/index.vue | 2 + src/store/getters.js | 4 +- src/store/modules/cart.js | 21 +- .../archiveSearch/module/resultList.vue | 2 + .../module/utilizationProcess.vue | 2 + src/views/nested/menu1/index.vue | 22 + src/views/nested/menu1/menu1-1/index.vue | 40 ++ src/views/nested/menu1/menu1-2/index.vue | 7 + .../nested/menu1/menu1-2/menu1-2-1/index.vue | 5 + src/views/nested/menu2/index.vue | 5 + src/views/system/dict/dictDetail.vue | 409 +++++++++++++++++ src/views/system/dict/index.vue | 324 ++++++------- src/views/system/dict/index2.vue | 425 ++++++++++++++++++ src/views/system/log/operateLog/index.vue | 13 +- src/views/system/notifyManage/index.vue | 7 +- .../system/notifyManage/module/detail.vue | 23 - .../runningProcess/module/detail.vue | 22 +- src/views/system/user/cart.vue | 2 + src/views/system/user/center.vue | 4 +- src/views/system/user/messageCenter/index.vue | 139 +++--- .../system/user/messageCenter/module/list.vue | 301 ------------- .../system/user/processCenter/module/form.vue | 26 +- 31 files changed, 1540 insertions(+), 709 deletions(-) create mode 100644 src/api/system/dictDetail.js create mode 100644 src/views/nested/menu1/index.vue create mode 100644 src/views/nested/menu1/menu1-1/index.vue create mode 100644 src/views/nested/menu1/menu1-2/index.vue create mode 100644 src/views/nested/menu1/menu1-2/menu1-2-1/index.vue create mode 100644 src/views/nested/menu2/index.vue create mode 100644 src/views/system/dict/dictDetail.vue create mode 100644 src/views/system/dict/index2.vue delete mode 100644 src/views/system/user/messageCenter/module/list.vue diff --git a/public/index.html b/public/index.html index 6511572..29fc5a7 100644 --- a/public/index.html +++ b/public/index.html @@ -12,4 +12,4 @@
-