From 72df46b096f41473ec03f2e31ceb5522c4b8cfc0 Mon Sep 17 00:00:00 2001 From: ZLY Date: Mon, 5 Jan 2026 16:28:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2=E5=92=8C=E4=B8=BB=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/MultipleLayout.vue | 446 +++++++++++++++++++++------------ src/views/login/index.vue | 400 +++++++++++++++++++++++------ src/views/register/index.vue | 384 ++++++++++++++++++++++------ 3 files changed, 914 insertions(+), 316 deletions(-) diff --git a/src/layouts/MultipleLayout.vue b/src/layouts/MultipleLayout.vue index 42ceeac..61097eb 100644 --- a/src/layouts/MultipleLayout.vue +++ b/src/layouts/MultipleLayout.vue @@ -1,87 +1,105 @@ @@ -101,7 +119,8 @@ import { Tickets, Document, User, - SwitchButton + SwitchButton, + Bell } from '@element-plus/icons-vue' import { useUserStore } from '@/stores/modules/user' import { ElMessageBox } from 'element-plus' @@ -208,65 +227,177 @@ const breadcrumbList = computed(() => { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 01c1971..4974503 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,65 +1,103 @@