From a9f8e6ccc25839b48d619a07c79ce6b880885bc1 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Tue, 23 Aug 2022 15:56:20 +0800 Subject: [PATCH] refactor: Settings Component --- src/layout/components/Settings/index.vue | 65 ++---------------------- src/store/modules/settings.ts | 27 ---------- 2 files changed, 5 insertions(+), 87 deletions(-) diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue index 59e61f2..b218672 100644 --- a/src/layout/components/Settings/index.vue +++ b/src/layout/components/Settings/index.vue @@ -1,62 +1,7 @@