From a4e0855f0a90dd500a5ca53633de1638b19d49dd Mon Sep 17 00:00:00 2001 From: zhuoda Date: Sun, 5 May 2024 20:42:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90v3.4.0=E3=80=91=201=E3=80=81=E3=80=90?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=91=E9=A1=B5=E9=9D=A2=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=9C=86=E8=A7=92=E5=8F=AF=E9=85=8D=E7=BD=AE=E5=8C=96=EF=BC=9B?= =?UTF-8?q?2=E3=80=81=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=BF=83=E7=81=B5=E9=B8=A1=E6=B1=A4=E8=AF=AD=E5=BD=95?= =?UTF-8?q?=EF=BC=9B3=E3=80=81=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=85=AC=E5=8F=B8=E4=BF=A1=E6=81=AF=E5=86=99?= =?UTF-8?q?=E6=B3=95=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../javascript-ant-design-vue3/src/App.vue | 17 +++++++++----- .../src/config/app-config.js | 2 ++ .../src/i18n/lang/en-US/index.js | 1 + .../src/i18n/lang/zh-CN/index.js | 1 + .../header-user-space/header-setting.vue | 22 ++++++++++++++----- .../src/layout/components/page-tag/index.vue | 4 +++- .../components/side-expand-menu/top-menu.vue | 14 ++++++------ .../src/layout/components/side-menu/index.vue | 4 ++-- .../layout/components/smart-footer/index.vue | 15 +++++++------ .../src/layout/components/top-menu/index.vue | 16 +++++++------- .../src/views/system/home/heart-sentence.js | 19 ++++++++-------- 11 files changed, 68 insertions(+), 47 deletions(-) diff --git a/smart-admin-web/javascript-ant-design-vue3/src/App.vue b/smart-admin-web/javascript-ant-design-vue3/src/App.vue index fe95e80e..3c7370f7 100644 --- a/smart-admin-web/javascript-ant-design-vue3/src/App.vue +++ b/smart-admin-web/javascript-ant-design-vue3/src/App.vue @@ -1,11 +1,11 @@