From 423149a2855d7b4a47538c7dd3ea0ea1264b7d14 Mon Sep 17 00:00:00 2001
From: douzhuo <17611323298@163.com>
Date: Thu, 22 Sep 2022 11:56:12 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=A4=87=E6=A1=88=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/page/login/index.vue | 14 +++++++++++---
src/styles/login.scss | 11 +++++++++++
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/src/page/login/index.vue b/src/page/login/index.vue
index 0404b4b..e3f6f9c 100644
--- a/src/page/login/index.vue
+++ b/src/page/login/index.vue
@@ -33,9 +33,12 @@
-
+
+
+
+ 京ICP备19050974号-2
+
+
@@ -100,6 +103,10 @@ export default {
...mapGetters(['website', 'tagWel'])
},
methods: {
+ toBeian(path) {
+ window.open(path, "_blank")
+ },
+
handleCommand (command) {
setStore({ name: 'tenantId', content: command })
},
@@ -143,4 +150,5 @@ export default {
diff --git a/src/styles/login.scss b/src/styles/login.scss
index 79d1e8b..70660d8 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -2,8 +2,18 @@
color: #999;
width: 100%;
position: fixed;
+ z-index: 5;
bottom: 30px;
text-align: center;
+
+ .lcopyrights {
+ cursor: pointer;
+ }
+
+ .lcopyrights:hover {
+ color: #409eff;
+ font-weight: bold;
+ }
}
.login-container {
@@ -217,3 +227,4 @@
text-indent: 5px;
text-align: center;
}
+