From 88c59ff07696020bf29da82aab73b19c3c4b7efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Wed, 6 Aug 2025 17:32:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=92=88=E5=AF=B9=E5=A4=A7=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=20sso=20=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/layouts/home.vue | 12 +++++++----- src/services/index.js | 18 +++++++++++++---- src/store/modules/permission.js | 4 +++- src/views/login/sso.vue | 34 ++++++++++++++++++++++++++++----- vite.config.ts | 2 +- 6 files changed, 55 insertions(+), 16 deletions(-) diff --git a/components.d.ts b/components.d.ts index e472236..af55375 100644 --- a/components.d.ts +++ b/components.d.ts @@ -26,6 +26,7 @@ declare module 'vue' { ASwitch: typeof import('ant-design-vue/es')['Switch'] ATextarea: typeof import('ant-design-vue/es')['Textarea'] ATooltip: typeof import('ant-design-vue/es')['Tooltip'] + ElEmpty: typeof import('element-plus/es')['ElEmpty'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] Empty: typeof import('./src/components/empty/Empty.vue')['default'] ImageCropper: typeof import('./src/components/image-cropper/index.vue')['default'] diff --git a/src/layouts/home.vue b/src/layouts/home.vue index 4604a54..ea2f4a6 100644 --- a/src/layouts/home.vue +++ b/src/layouts/home.vue @@ -1,12 +1,12 @@