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;
}
+