From b2a9fd48db57cf8a4dff44fa1bfd193617729719 Mon Sep 17 00:00:00 2001 From: "chen.home" <1147347984@qq.com> Date: Tue, 27 Sep 2022 00:51:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(projects):=20=E5=A2=9E=E5=8A=A0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=B8=83=E5=B1=80=E6=A0=B7=E5=BC=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BasicLayout/index.vue | 57 ++++++--- .../components/header/CollapaseButton.vue | 13 +- src/layouts/components/header/Github.vue | 2 +- src/layouts/components/header/Setting.vue | 55 ++++++++- src/layouts/components/tab/TabBar.vue | 8 +- src/store/modules/app.ts | 60 ++++++++- src/styles/css/index.css | 7 ++ src/views/login/index.vue | 114 ++++++++---------- 8 files changed, 224 insertions(+), 92 deletions(-) diff --git a/src/layouts/BasicLayout/index.vue b/src/layouts/BasicLayout/index.vue index 262fbb7..b353471 100644 --- a/src/layouts/BasicLayout/index.vue +++ b/src/layouts/BasicLayout/index.vue @@ -1,28 +1,47 @@