From d93493b91ca856573c306e890e8c6f6a46b5bda3 Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Wed, 1 Sep 2021 23:36:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(projects):=20=E6=96=B0=E5=A2=9E=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E9=A2=9C=E8=89=B2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/GlobalHeader/index.vue | 2 +- .../components/GlobalMenu/index.vue | 2 +- .../SettingDrawer/components/SystemTheme.vue | 23 +++++++++++++++++++ .../SettingDrawer/components/ThemeStyle.vue | 0 .../SettingDrawer/components/index.ts | 3 ++- .../components/SettingDrawer/index.vue | 3 ++- src/layouts/BasicLayout/index.vue | 2 +- src/settings/theme/index.ts | 1 - src/store/modules/app/index.ts | 4 ++++ 9 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 src/layouts/BasicLayout/components/SettingDrawer/components/SystemTheme.vue delete mode 100644 src/layouts/BasicLayout/components/SettingDrawer/components/ThemeStyle.vue diff --git a/src/layouts/BasicLayout/components/GlobalHeader/index.vue b/src/layouts/BasicLayout/components/GlobalHeader/index.vue index abd51f5a..c54104e1 100644 --- a/src/layouts/BasicLayout/components/GlobalHeader/index.vue +++ b/src/layouts/BasicLayout/components/GlobalHeader/index.vue @@ -1,6 +1,6 @@ @@ -9,7 +10,7 @@ diff --git a/src/layouts/BasicLayout/index.vue b/src/layouts/BasicLayout/index.vue index edc58f96..18a5d15a 100644 --- a/src/layouts/BasicLayout/index.vue +++ b/src/layouts/BasicLayout/index.vue @@ -1,7 +1,7 @@