From 36bd41de6b579bedca75cb37ef5fad981b7a29c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Fri, 19 Jul 2024 15:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=82=AE=E7=AE=B1=E6=BF=80?= =?UTF-8?q?=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 2 +- src/layout/index.vue | 13 +++--- src/style/app.scss | 7 ++- src/style/pages.scss | 3 +- src/views/login/activate.vue | 53 ++++++++++++++++++++--- src/views/login/components/commonPage.vue | 8 ++-- src/views/login/userRegister.vue | 37 +++++++++++----- 7 files changed, 93 insertions(+), 30 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index 9028d9d..a790059 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -43,7 +43,7 @@ const DEFAULT_CONFIG = { LAYOUT: "menu", //菜单是否折叠 - MENU_IS_COLLAPSE: false, + MENU_IS_COLLAPSE: true, //菜单是否启用手风琴效果 MENU_UNIQUE_OPENED: true, diff --git a/src/layout/index.vue b/src/layout/index.vue index 6ddc38b..c7427cf 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -54,9 +54,15 @@