From 74736f5a2cdddc1508064a14f325d78c66b82868 Mon Sep 17 00:00:00 2001 From: Eddie <102564160@qq.com> Date: Mon, 21 Dec 2020 16:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5=E9=80=80=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=8E=A5=E5=8F=A3=E3=80=81=E6=9F=A5=E7=9C=8B=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=97=B6=E6=95=88=E6=8E=A5=E5=8F=A3=E3=80=81=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B7=AF=E7=94=B1=E5=AE=88=E5=8D=AB=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=99=BB=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/sass/_app.scss | 6 +- src/components/TopBar.vue | 21 +++-- src/modules/Crad.vue | 25 ++++++ src/router/index.js | 137 +++++++++++++++++-------------- src/utils/api/login.js | 8 ++ src/utils/request.js | 2 +- src/views/Dashboard.vue | 168 +++++++++++++++++++++++--------------- src/views/Login.vue | 14 +++- vue.config.js | 4 +- 9 files changed, 247 insertions(+), 138 deletions(-) diff --git a/src/assets/sass/_app.scss b/src/assets/sass/_app.scss index 21298c3..2b069bf 100644 --- a/src/assets/sass/_app.scss +++ b/src/assets/sass/_app.scss @@ -2,4 +2,8 @@ background-repeat: no-repeat; background-attachment: fixed; @apply py-5; -} \ No newline at end of file +} + +.CursorPointer { + cursor: pointer; + } \ No newline at end of file diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index c353e4b..63ba561 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -51,13 +51,13 @@