From 85d39add8761ff8db2d0dd785ac3a48a9b717e2d Mon Sep 17 00:00:00 2001 From: chika <983123963@qq.com> Date: Fri, 30 Jul 2021 19:26:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(loadingBar):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=9D=A1=E4=B8=8E=E4=B8=BB=E9=A2=98=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ src/components/Application/Application.vue | 3 --- src/layout/index.vue | 3 +++ src/router/router-guards.ts | 3 ++- yarn.lock | 5 ----- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 19c97cd..0e9be03 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,6 +41,9 @@ primaryColor: designStore.appTheme, primaryColorHover: '#57a3f3', }, + LoadingBar: { + colorLoading: designStore.appTheme, + }, }; }); diff --git a/src/components/Application/Application.vue b/src/components/Application/Application.vue index 5d1623b..f02a24e 100644 --- a/src/components/Application/Application.vue +++ b/src/components/Application/Application.vue @@ -1,6 +1,5 @@