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 @@