From e06fba98009bdb7923f4a67091d1f3e4224bdb07 Mon Sep 17 00:00:00 2001 From: zhoulei Date: Thu, 20 Jan 2022 18:00:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=BC=B9=E7=AA=97=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E3=80=81=E8=BE=93=E5=85=A5=E8=BF=87=E6=BB=A4=E7=9A=84?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=96=B9=E6=A1=88=E7=A4=BA=E4=BE=8B=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 24 +++++++++++++++++------- src/components/base/page.ts | 18 ++++++++++++++---- src/pages/login/login/index.vue | 19 +++++++++++++++---- src/utils/mixin.ts | 27 +++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 15 deletions(-) create mode 100644 src/utils/mixin.ts diff --git a/src/App.vue b/src/App.vue index c997206..afef0a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,28 +1,38 @@ +